angular and firebase study app
angular4 more than
not test angular2
Create an account at https://firebase.google.com/
Create project at https://firebase.google.com/
git clone https://github.com/masalib/angular-firebase-study.git angular-firebase-studycd angular-firebase-studynpm install
Create the environment files below in src/environments/.
export const environment = {
production: false,
firebaseConfig: {
apiKey: "APIKEY",
authDomain: "DEV-APP.firebaseapp.com",
databaseURL: "https://DEV-APP.firebaseio.com",
storageBucket: "DEV-APP.appspot.com"
}
};export const environment = {
production: true,
firebaseConfig: {
// same as above, or use a different firebase project to isolate environments
}
};And finally ng serve
vagrant case ng serve --host 192.168.33.10 --port 4200 --live-reload true
oauth https://github.com/codediodeio/angular-firestarter.git