The Wayback Machine - https://web.archive.org/web/20220604154721/https://github.com/angular/angularfire/tags
Skip to content
Tags

7.3.0

Update Firebase, make it a dep rather than peer (#3159)
      * Update Firebase, wrap the storage APIs introduced in 9.5
* Move rxfire and firebase to dep, rather than peers, to better model the NPM requirements for wrapping
* Bump minor, changelog
* Mark firebase-tools 10 peer as compatible
* Clean up the test suite
* Drop the .proto references from firestore-protos and mark as deprecated

7.2.1

chore(release): 7.2.1 (#3152)
      

7.2.0

feat(core): NG13 peer (#3057)
      * Bump version
* Bump deps
* Clean up deps a bit more
* Support ng13
* upgrade samples
* Switch tools/jasmine.js to imports
* Drop webpack resolution
* Drop the failing tests for now
* changelog

7.1.1

chore(release): 7.1.1 (#3024)
      

7.1.0

chore(release): Fix hang in the test suite (#3005)
      * Check for file existence before `npm install` on deploy, this was hanging up in some test environments
* Prefer absolute paths on the deploy pipeline
* Fix `ng add` stalling if you don't select any options

7.1.0-rc.5

feat(core): Flushing out the new API (#2963)
      * Adding `ScreenTrackingService` and `UserTrackingService` for the new API
* Injectable classes should all be implicitly optional, since I can't figure out how to bail from the factory
* Drop the memoization as the modules are idempotent in v9
* Return `null` from analytics and messaging when they're incompatible, rather than a null object
* Now test for browser and return `null` otherwise for remote config and performance
* Allow more advanced initialization in `provide*` by allowing the developer to pass deps into the N+1 args & use the injector in the factory
* Use AppCheck debug token if they're serving off localhost too, e.g, `ng deploy --preview`
* Upgrade Firebase to 9.1
* Utilize isSupported for Remote Config

7.1.0-rc.4

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

feat(schematics): adding multi-user support. (#2958)
      Utilize firebase-tools multi user support to allow an account picker on `ng add`

7.1.0-rc.2

fixes(schematics): ng add/deploy universal fixes (#2954)
      * `findModuleFromOptions` wasn't working well when SSR was added to the mix, drop
* shell out the logged in user(s)
* fixed Cloud Functions dependencies all being dev
* added `file-loader` dep so the Firestore loaders work out of box

7.1.0-rc.1

fix(schematics): Missing deps, fixed ng add bug (#2952)