go to
http://firebase.coogle.com
- Under the Authentication tab - select email/password and click the activate switch.
- create a user and set a field in that user
Name: isAdmin
Type: boolean
Value: true
This will be your admin user. You can add more admin users if you like.
- Under the database tab - Create a Cloud Firestore database
- Under Storage tab - enable storage.
- At the top of the main menu find "Project Settings" & click on the gear to the right. At the bottom of the next screen in "Your Apps" select "Web App" and replace the code in src/firebase/index.js with the setting shown.
You should then be good to go.
npm install
npm run serve
npm run build
npm run test
npm run lint