angularfire

Angular + Firebase = ❤️

MIT License

Downloads
475.8K
Stars
7.7K
Committers
225

Bot releases are visible (Hide)

angularfire - 18.0.1 Latest Release

Published by jamesdaniels 5 months ago

What's changed:

Full Changelog: https://github.com/angular/angularfire/compare/18.0.0...18.0.1

angularfire - 18.0.0

Published by jamesdaniels 5 months ago

angularfire - 18.0.0-rc.0

Published by jamesdaniels 5 months ago

What's Changed

Full Changelog: https://github.com/angular/angularfire/compare/17.1.0...18.0.0-rc.0

angularfire - 17.1.0

Published by jamesdaniels 5 months ago

What's Changed

  • Real standalone providers by @robertIsaac in https://github.com/angular/angularfire/pull/3503
  • Lots of updates to the documentation
  • Updated the Firebase dependency
  • Deprecation note on legacy ng-deploy
  • Add a Vertex AI wrapper @angular/fire/vertexai-preview
  • Dropping ng-deploy setup from ng-add

New Contributors

Full Changelog: https://github.com/angular/angularfire/compare/17.0.1...17.1.0

angularfire - 17.0.1

Published by jamesdaniels 9 months ago

  • Allow use of firebase-tools v13 as a peer
angularfire - 17.0.0

Published by jamesdaniels 11 months ago

  • Mark as compatible with ng@17
  • Bump firebase dependency
  • Add configurations to ng-deploy
  • Utilize firebase-tools 13+
  • Work arounds for bugs in firebase-tools
angularfire - 17.0.0

Published by jamesdaniels 11 months ago

  • Mark as compatible with ng@17
  • Add configurations to ng-deploy
  • Bump firebase-tools peer to v13, add some temporary fixes for bugs found there
angularfire - 17.0.0-next.0

Published by jamesdaniels 12 months ago

  • Mark compatible with ng@next (v17)
angularfire - 16.0.0

Published by jamesdaniels 12 months ago

We're now pinning to Angular's major versioning :) AngularFire v16 is compatible with Angular v16 and only Angular v16.

angularfire - 16.0.0-rc.0

Published by jamesdaniels 12 months ago

Is this thing on? 😉

angularfire - 7.6.1

Published by jamesdaniels over 1 year ago

  • Fix semver check for ng-deploy (version 2)
angularfire - 7.6.0

Published by jamesdaniels over 1 year ago

angularfire - 7.5.0

Published by jamesdaniels almost 2 years ago

  • Mark as compatible with ng 15
angularfire - 7.4.1

Published by jamesdaniels over 2 years ago

  • Allow firebase-tools v11 as a peer
angularfire - 7.4.0

Published by jamesdaniels over 2 years ago

Misc.

Bug Fixes

  • core: added missing injector input signatures (#3191) (88796bc)
angularfire - 7.3.0

Published by jamesdaniels over 2 years ago

Features

  • storage: adding wrappers for getBlob, getBytes, and getStream (#3159)

Misc.

  • core: update firebase dependency (#3159)
  • core: mark firebase-tools 10 as compatible (#3159)
  • firestore-protos: no longer needed (#3159)
angularfire - 7.2.1

Published by jamesdaniels over 2 years ago

Bug Fixes

  • compat: Typescript 4.5 inference breaks the PromiseProxy (#3144) (f61bc7d), closes #3090 #3088
  • core: Address bad arguments being passed to zone wrapper (#3127) (8b693e4)
  • core: Defensively catch Firebase isSupported calls (#3146) (520930b)
  • schematic: use oneOf rather than array types in the deploy schematic (#3092) (058d624)
  • schematics: Address ng add console lock up (#3151) (4852c35), closes #3145 #3121
angularfire - 7.2.0

Published by jamesdaniels almost 3 years ago

Features

  • core: marking as compatible with Angular 13 peer (#3057) (390691b)

Bug Fixes

  • schematics: ng-add should pass if sourceRoot is relative to workspace root (#3052) (7e931cb)
angularfire - 7.1.1

Published by jamesdaniels about 3 years ago

Bug Fixes

angularfire - 7.1.0

Published by jamesdaniels about 3 years ago

Features

  • auth-guard: modular auth guards now available (#3001) (3ae6ce5)
  • schematics: setup wizard on ng add, allow deployment to Cloud Run, and add more configuration options to ng deploy (#2836) (72d3c2e)
  • compat/storage: Adding list function (#2960) (ea544b)
  • app-check: Add AppCheck (#2940) (337116f)
  • compat/storage: Transfer state support for the getDownloadURL pipe (#2921) (d6cfe16)
  • analytics: modular versions of ScreenTrackingService and UserTrackingService now available (#2963) (d724d81)
  • core: provide* methods can pass dependencies & the factory can use the injector for more advanced configuration (#2963) (d724d81)

Bug Fixes

Misc.

  • Analytics, RemoteConfig, and Messaging can be null if isSupported() returns false, this guards against runtime failures in unsupported environments at the cost of null checking
  • Require Firebase 9.1 peer
  • ng add installs firebase-tools globally, this also addressed the race condition
  • Requires firebase-tools 9.9+ peer (optional)
  • Moved peer dependencies for the schematics to proper dependencies
  • Mark compatibility with rxjs 7
  • Increase the accuracy of performance marks
  • ng deploy echos out the firebase-tools version and the user
  • Error message improvements