-
Book Overview & Buying
-
Table Of Contents
Angular Projects - Fourth Edition
By :
The Firebase family of products provides SDKs for various development platforms, frameworks, tools, and libraries that want to interact with its services. You can find a full list at https://firebase.google.com/docs/libraries.
In this section, we will learn how to use the Firebase SDK for the web to interact with Firestore and display the available tables.
Angular applications can use the following web Firebase SDKs:
The AngularFire library is an Angular wrapper that provides convenient methods to use the Firebase JavaScript API. We can install it in our application using the Angular CLI:
ng add @angular/fire
The process involves asking questions to provide more context in the CLI about the Firebase project we created in the Setting up data storage section.
If you have issues running the previous command, consult the CHANGELOG.md file...