The official Angular library for Firebase.
ng add @angular/fire
AngularFire has a new tree-shakable API, you're looking at the documentation for the compatability version of the library. Find the new developer guide here.
See the v7 upgrade guide for more information on this change..
AngularFireAnalytics
provides a convenient method of interacting with Google Analytics in your Angular application. The providedScreenTrackingService
andUserTrackingService
automatically log events when you're using the Angular Router or Firebase Authentication respectively. Learn more about Google Analytics.
Firebase offers two cloud-based, client-accessible database solutions that support realtime data syncing. Learn about the differences between them in the Firebase Documentation.
AngularFirestore
allows you to work with Cloud Firestore, the new flagship database for mobile app development. It improves on the successes of Realtime Database with a new, more intuitive data model. Cloud Firestore also features richer, faster queries and scales better than Realtime Database.
AngularFireDatabase
allows you to work with the Realtime Database, Firebase's original database. It's an efficient, low-latency solution for mobile apps that require synced states across clients in realtime.
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.
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.