- Authentication
- Firestore
clone this repository on github
- Visit https://firebase.google.com/
- Log in and go to firebase console
- Add a new project with your own project name
- Go to Authentication tab and click on web setup
- Copy the code (var config...) between the second script tags and replace the one in app.js
- Enable google authentication at sign-in method tab and add your domain to the authorized domain at the bottom of that tab
- Go to Database tab and create your firestore
- Write your own firestore rules!