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
### **NEW:** Monitor usage of your application in production
68
+
69
+
> `AngularFireAnalytics` provides a convient 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).
70
+
71
+
-[Getting started with Google Analytics](docs/analytics/getting-started.md)
72
+
67
73
### Interacting with your database(s)
68
74
69
75
Firebase offers two cloud-based, client-accessible database solutions that support realtime data syncing. [Learn about the differences between them in the Firebase Documentation](https://firebase.google.com/docs/firestore/rtdb-vs-firestore).
@@ -94,11 +100,19 @@ Firebase offers two cloud-based, client-accessible database solutions that suppo
94
100
95
101
-[Getting started with Cloud Storage](docs/storage/storage.md)
96
102
97
-
### Send push notifications
103
+
### Receive push notifications
98
104
99
105
-[Getting started with Firebase Messaging](docs/messaging/messaging.md)
100
106
101
-
### Monitor your application performance in production
107
+
### **NEW:** Change behavior and appearance of your application without deploying
108
+
109
+
> Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update. [Learn more about Remote Config](https://firebase.google.com/docs/remote-config).
110
+
111
+
-[Getting started with Remote Config](docs/remote-config/getting-started.md)
112
+
113
+
### **NEW:** Monitor your application performance in production
114
+
115
+
> 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 Monitor](https://firebase.google.com/docs/perf-mon).
102
116
103
117
-[Getting started with Performance Monitoring](docs/performance/getting-started.md)
0 commit comments