Skip to content

Releases: angular/angularfire

7.1.0-rc.4

16 Sep 09:00
dd414b2
Compare
Choose a tag to compare
7.1.0-rc.4 Pre-release
Pre-release
fix(schematics): Various improvements (#2961)

* Support multiple package managers on ng deploy, fixes #2841
* Don't cache ngsw, fixes #2259
* Got rid os AppCheck debug token on Node, opted for a better pattern in `samples/advanced`
* Added a new pattern for connecting the emulators in `samples/advanced`

7.1.0-rc.3

14 Sep 23:56
ca6eac2
Compare
Choose a tag to compare
7.1.0-rc.3 Pre-release
Pre-release

Adding Firebase account chooser to ng add

7.1.0-rc.2

14 Sep 10:46
73bde38
Compare
Choose a tag to compare
7.1.0-rc.2 Pre-release
Pre-release

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

7.1.0-rc.1

14 Sep 09:01
b1eb567
Compare
Choose a tag to compare
7.1.0-rc.1 Pre-release
Pre-release

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

7.1.0-rc.0

14 Sep 07:10
72d3c2e
Compare
Choose a tag to compare
7.1.0-rc.0 Pre-release
Pre-release
  • 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

7.0.4

07 Sep 18:04
b22c824
Compare
Choose a tag to compare

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)

7.0.3

02 Sep 06:21
b36b6a7
Compare
Choose a tag to compare

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)

7.0.2

31 Aug 02:50
9eca578
Compare
Choose a tag to compare

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

7.0.1

30 Aug 18:11
7875df9
Compare
Choose a tag to compare

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

7.0.0

25 Aug 16:45
338da72
Compare
Choose a tag to compare

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.