Firebase
Please check the GIT repo to configure Firebase for projects.
Specifically quickstart-js project:
https://github.com/firebase/quickstart-js
Firebase CLI
Install the CLI: npm install -g firebase-tools
Configure it: firebase login
Setup Firebase Auth
https://github.com/firebase/quickstart-js/tree/master/auth
Open email.html file and update:
NOTE: First time, file .firebaserc must not exist. Delete it if you are setting up new projects.
Execute:
// in the quickstart folder
firebase login
firebase init
NOTE: All files could be overwritten.
Execute the deployment of auth folder: firebase deploy
Open in browser:
Enable email/password authentication
Add a new user for testing:
Authenticate user in the new application deployed: