Merge pull request #1080 from lukew3/contributing.md-create-firestore-step

Added enable firebase firestore step to contributing.md
This commit is contained in:
Jack 2021-03-11 23:11:52 +00:00 committed by GitHub
commit 7d0ec4ff6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,14 @@
- Click on `Email/Password`, enable it and save
- Click on `Google`, add a support email and save
1. Enable Firebase Firestore
- In the Firebase console, go to Cloud Firestore
- Create database
- Start in test mode
- Select default location and enable
## Building and Running
1. Run `npm install` in the project root directory to install dependencies.