Authentication template for firebase.
Need to set values in src/app/app.firebase.config.ts
export const FIREBASE_CONFIG =
{
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: ""
};
to recreate:
- ionic start auth_template blank
- cd auth_template
- npm install --save firebase
- import firebase from 'firebase' in app.component.ts