
Getting started with Callable Functionsįirebase Hosting is production-grade web content hosting for developers.Getting started with Performance Monitoring.Monitor your application performance in productionįirebase Performance Monitoring is a service that helps you to gain insight into the performance characteristics of your iOS, Android, and web apps.
CODA 2 ANGULAR DOWNLOAD
CODA 2 ANGULAR UPGRADE
See the v7 upgrade guide for more information. If you are able to reproduce a problem with Firebase outside of AngularFire's implementation, please file an issue on the Firebase JS SDK or reach out to the personalized Firebase support channel.ĪngularFire 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. Questions on the mailing list and issues filed here are answered on a best-effort basis by maintainers and other community members.

NOTE: AngularFire is maintained by Googlers but is not a supported Firebase product. Get help on our Q&A board, the official Firebase Mailing List, the Firebase Community Slack ( #angularfire2), the Angular Community Discord ( #firebase), Gitter, the Firebase subreddit, or Stack Overflow.

samples/modular a kitchen sink application that demonstrates the new tree-shakable API.samples/compat a kitchen sink application that demonstrates use of the "compatability" API.We have three sample apps in this repository: Stackblitz Template - Remember to set your Firebase configuration in app/. Quickstart - Get your first application up and running by following our quickstart guide. To have compatability across as wide-range of environments we suggest the following polyfills be added to your application: API Neither AngularFire or Firebase ship with polyfills. Version combinations not documented here may work but are untested and you will see NPM peer warnings. Instead we try to maintain compatibility with both Firebase and Angular majors for as long as possible, only breaking when we need to support a new major of one or the other. Router Guards - Guard your Angular routes with built-in Firebase Authentication checksĪngularFire doesn't follow Angular's versioning as Firebase also has breaking changes throughout the year.Google Analytics - Zero-effort Angular Router awareness in Google Analytics.Deploy schematics - Get your Angular application deployed on Firebase Hosting with a single command.Lazy-loading - AngularFire dynamically imports much of Firebase, reducing time to load your app.NgRx friendly API - Integrate with NgRx using AngularFire's action based APIs.Observable based - Utilize RxJS rather than callbacks for realtime streams.Zone.js wrappers - Stable zones allow proper functionality of service workers, forms, SSR, and pre-rendering.Dependency injection - Provide and Inject Firebase services in your components.Ng add smooths over the rough edges an Angular developer might encounter when implementing the framework-agnostic Firebase JS SDK & aims to provide a more natural developer experience by conforming to Angular conventions.

The official Angular library for Firebase.
