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
AngularFire smooths over the rough edges an Angular developer might encounter when implementing the framework-agnostic [Firebase JS SDK](https://github.com/firebase/firebase-js-sdk) & aims to provide a more natural developer experience by conforming to Angular conventions.
7
7
@@ -14,21 +14,27 @@ AngularFire smooths over the rough edges an Angular developer might encounter wh
14
14
-**Google Analytics** - Zero-effort Angular Router awareness in Google Analytics
15
15
-**Router Guards** - Guard your Angular routes with built-in Firebase Authentication checks
16
16
17
-
---
18
-
19
-
> **WARNING**: This branch is the work in progress for version 7 of AngularFire. [You can find version 6 here](https://github.com/angular/angularfire/tree/v6), if you're looking for documentation or to contribute to stable.
@@ -100,7 +106,11 @@ Neither AngularFire or Firebase ship with polyfills. To have compatability acros
100
106
101
107
## Developer Guide
102
108
103
-
### **NEW:** Monitor usage of your application in production
109
+
AngularFire has a new tree-shakable API, however this is still under active development and documentation is in the works, so we suggest most developers stick with the Compatiability API for the time being. [See the v7 upgrade guide for more information.](docs/version-7-upgrade.md).
110
+
111
+
This developer guide assumes you're using the Compatiability API (`@angular/fire/compat/*`).
112
+
113
+
### Monitor usage of your application in production
104
114
105
115
> `AngularFireAnalytics` provides a convenient method of interacting with Google Analytics in your Angular application. The provided `ScreenTrackingService` and `UserTrackingService` automatically log events when you're using the Angular Router or Firebase Authentication respectively. [Learn more about Google Analytics](https://firebase.google.com/docs/analytics).
106
116
@@ -150,7 +160,7 @@ Firebase offers two cloud-based, client-accessible database solutions that suppo
150
160
151
161
-[Getting started with Remote Config](docs/remote-config/getting-started.md)
152
162
153
-
### **NEW:**Monitor your application performance in production
163
+
### Monitor your application performance in production
154
164
155
165
> Firebase Performance Monitoring is a service that helps you to gain insight into the performance characteristics of your iOS, Android, and web apps. [Learn more about Performance Monitoring](https://firebase.google.com/docs/perf-mon).
0 commit comments