AngularFire
May 14, 2024 ยท View on GitHub
The official Angular library for Firebase.
ng add @angular/fire
Compatibility Developer Guide
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..
Monitor usage of your application in production
AngularFireAnalyticsprovides a convenient method of interacting with Google Analytics in your Angular application. The providedScreenTrackingServiceandUserTrackingServiceautomatically log events when you're using the Angular Router or Firebase Authentication respectively. Learn more about Google Analytics.
Interacting with your database(s)
Firebase offers two cloud-based, client-accessible database solutions that support realtime data syncing. Learn about the differences between them in the Firebase Documentation.
Cloud Firestore
AngularFirestoreallows 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.
Realtime Database
AngularFireDatabaseallows 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.
Authenticate users
Local Emulator Suite
Upload files
Receive push notifications
BETA: Change behavior and appearance of your application without deploying
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.
Monitor your application performance in production
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.