Angular 2 with Firebase
-
Initialize a new project using Angular CLI
- Create a new firebase project
- Click “Add Firebase to your web app” and note down the config values. These will be used in the next step.
- Follow the instructions for angularfire2 installation and setup
- Not all of the steps seem to be required
- It’s probably better to create a service to communicate with firebase instead of using the primary app module.
- To host on firebase: Deploy Your Site
Updates
Angular 5 with Cloud Firestore