angularfire

Angular + Firebase = ❤️

MIT License

Downloads
475.8K
Stars
7.7K
Committers
225

Bot releases are visible (Hide)

angularfire - 7.1.0-rc.5

Published by jamesdaniels about 3 years ago

angularfire - 7.1.0-rc.4

Published by jamesdaniels about 3 years ago

angularfire - 7.1.0-rc.3

Published by jamesdaniels about 3 years ago

Adding Firebase account chooser to ng add

angularfire - 7.1.0-rc.2

Published by jamesdaniels about 3 years ago

Addressed serval small issues with 7.1.0-rc.1 encountered when using with Angular Universal.

angularfire - 7.1.0-rc.1

Published by jamesdaniels about 3 years ago

Addressed the cyclic dependency that was causing ng add on 7.1.0-rc.0 to not function.

angularfire - 7.1.0-rc.0

Published by jamesdaniels about 3 years ago

  • ng add and ng deploy schematics are now much more powerful
  • Added support for Firebase AppCheck
  • Performance now uses the Zone mark to start recording isStable
  • Added automatic transfer-state awareness to the getDownloadURL pipe
  • Fixes some types
angularfire - 7.0.4

Published by jamesdaniels about 3 years ago

Bug Fixes

  • compat/database: Zone should be destabilized on get (#2923) (c006da8)
  • compat/perf: AFP should not error in Jest (#2920) (b0e147e)
  • schematics: ng upgrade when e2e is present (#2927) (9071faa)
angularfire - 7.0.3

Published by jamesdaniels about 3 years ago

Bug fixes

  • auth: @angular/fire/auth was Zone wrapping some firebase/auth exports it shouldn't have been
  • messaging: onMessage's callback should fire inside the Angular Zone
  • schematics: ng deploy SSR should assume bundleDependencies defaults to true
  • schematics: ng deploy SSR should not fail if an index.html does not exist (#2765)
angularfire - 7.0.2

Published by jamesdaniels about 3 years ago

Bug fixes

  • types: firebase/* types were not being reexported from the @angular/fire/* modules (modular)

Misc

  • dynamically generating @angular/fire/firestore-protos which is a webpack file-loader for bundling firestore
angularfire - 7.0.1

Published by jamesdaniels about 3 years ago

Bug fixes

  • messaging: onMessage will no longer destablize the Angular Zone
  • core: Injected Classes now have a better fallback pattern for finding defaults, #2909 allowing use of emulators and other config options as expected
  • schematic: upgrade schematic will no longer rewrite .ts files outside of your project root, #2907
angularfire - 7.0.0

Published by jamesdaniels about 3 years ago

Breaking changes

  • Angular 12 is required
  • AngularFire now only works in Ivy applications
  • Firebase JS SDK v9 is required
  • The existing AngularFire v6 API surface has moved from @angular/fire/* to @angular/fire/compat/* (see compatibility mode)
  • compat/auth: USE_EMULATOR DI token is now in the form of ['http://localhost:9099']

Features

  • New modular API surface available at @angular/fire/*
  • compat/storage: USE_EMULATOR DI token

See the v7 upgrade guide for more information.

angularfire - 7.0.0-rc.0

Published by jamesdaniels about 3 years ago

angularfire - 7.0.0-alpha.5

Published by jamesdaniels about 3 years ago

See #2770 for more details.

angularfire - 7.0.0-alpha.4

Published by jamesdaniels about 3 years ago

See #2770 for more details.

angularfire - 7.0.0-alpha.3

Published by jamesdaniels about 3 years ago

See #2770 for more details.

angularfire - 7.0.0-alpha.2

Published by jamesdaniels about 3 years ago

See #2770 for more details.

angularfire - 7.0.0-alpha.1

Published by jamesdaniels about 3 years ago

See #2770 for more details.

angularfire - 7.0.0-alpha.0

Published by jamesdaniels over 3 years ago

See #2770 for more details.

angularfire - 6.1.5

Published by jamesdaniels over 3 years ago

Support Angular 12 peer

Bug Fixes

  • auth: set the passed settings individually (#2826) (984803d)
angularfire - 6.1.5-rc.6

Published by jamesdaniels over 3 years ago