Thanks to AngularTemplates team for original version of this project developed with Angular 5. you can get it here: https://github.com/AngularTemplates/firebase-authentication-with-angular-5
-
Run
npm install
to install all the required dependencies -
go to your project on https://console.firebase.google.com retrieve your credentials informations in format:
apiKey: "YOUR_CREDENTIALS_HERE", authDomain: "YOUR_CREDENTIALS_HERE", databaseURL: "YOUR_CREDENTIALS_HERE", projectId: "YOUR_CREDENTIALS_HERE", storageBucket: "YOUR_CREDENTIALS_HERE", messagingSenderId: "YOUR_CREDENTIALS_HERE"
-
Then run
ng serve
to start a dev server. -
Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.