You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,6 +48,7 @@ AngularFire doesn't follow Angular's versioning as Firebase also has breaking ch
47
48
48
49
| Angular | Firebase | AngularFire |
49
50
| --------|----------|--------------|
51
+
| 12 | 9 | ^7.0 |
50
52
| 11 | 7,8 | ^6.1 |
51
53
| 10 | 8 | ^6.0.4 |
52
54
| 10 | 7 | ^6.0.3 |
@@ -77,7 +79,7 @@ Neither AngularFire or Firebase ship with polyfills. To have compatability acros
77
79
78
80
[Stackblitz Template](https://stackblitz.com/edit/angular-fire-start) - Remember to set your Firebase configuration in `app/app.module.ts`.
79
81
80
-
[Upgrading to v6.0? Check out our guide.](docs/version-6-upgrade.md)
82
+
[Upgrading to v7.0? Check out our guide.](docs/version-7-upgrade.md)
81
83
82
84
**Having troubles?** Get help on our [Q&A board](https://github.com/angular/angularfire/discussions?discussions_q=category%3AQ%26A), the official [Firebase Mailing List](https://groups.google.com/forum/#!forum/firebase-talk), the [Firebase Community Slack](https://firebase.community/) (`#angularfire2`), the [Angular Community Discord](http://discord.gg/angular) (`#firebase`), [Gitter](https://gitter.im/angular/angularfire2), the [Firebase subreddit](https://www.reddit.com/r/firebase), or [Stack Overflow](https://stackoverflow.com/questions/tagged/angularfire2).
Intended to be run with Angular 12, AngularFire 7.0 allows you to take full advtange of the new tree-shakable Firebase JS SDK (v9) while also providing a compatible expirience with the prior API.
0 commit comments