Skip to content

Tags: backendeveloper/angularfire2

Tags

5.1.1

Toggle 5.1.1's commit message
Add StorageBucket injection token to storage docs (angular#1958)

5.1

Toggle 5.1's commit message
5.1 release: support Firebase 5.5, multi-tab sync, function region se…

…lection, and Angular 7 (angular#1920)

* feat(afs): Support Firebase 5.5 and Firestore PersistenceSettings

* chore(): Now that app types are mostly fixed, pull from those

* chore(): Changelog entry for 5.1

* chore(): Use PersistenceSettings from interfaces, also fix types in firestore.ts

* fix(afs): Fix constructor ordering so this isn't a break

* feat(functions): Support region configuration via FunctionsRegionToken

* chore(): Changelog entry for region selection

* chore(): Support Angular 7 without peer dependency warnings

* chore(): Changelog for Angular 7

5.0.2

Toggle 5.0.2's commit message
Bind messaging (angular#1889)

* fix(messaging): Fix for the binding issue and onTokenRefresh for Messaging

* chore(): 5.0.1 changelog and version bump

* chore(): 5.0.2 changelog

* docs(messaging): typo, closes angular#1888

5.0.1

Toggle 5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(): angularfire2 shim (angular#1864)

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(): release @angular/fire 5.0 🎉🔥🕺 (angular#1854)

5.0.0-rc.12

Toggle 5.0.0-rc.12's commit message
chore(release): rc12 (angular#1838)

5.0.0-rc.11

Toggle 5.0.0-rc.11's commit message
chore(): lean only on `firebase` types and compatibility with 5.0.4 (a…

…ngular#1729)

* chore(): lean only on `firebase` types and compatibility with 5.0.4

* chore(): rc.11 version bump and changelog entry

5.0.0-rc.10

Toggle 5.0.0-rc.10's commit message
chore(): rc.10 (angular#1679)

5.0.0-rc.9

Toggle 5.0.0-rc.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(functions): Adding AngularFireFunctions with httpCallable (angul…

…ar#1532)

5.0.0-rc.8

Toggle 5.0.0-rc.8's commit message
feat(): support Angular and rxjs 6 (angular#1625)

* fix(): Angular/rxjs 6 and dropping database-depricated

Co-authored-by: Yuki Kawamoto <[email protected]>

* Brought database-deprecated back in

* Changelog and version update for rc8

* Had some bad merges and updating build test

* Drop package-lock from test/ng6

* fixed the ng-build yarn command