notes

Angular 2 with Firebase

  1. Initialize a new project using Angular CLI

  2. 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.
  3. 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.
  4. To host on firebase: Deploy Your Site

Updates

Angular 5 with Cloud Firestore