mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 14:19:40 +08:00
Merge pull request #1080 from lukew3/contributing.md-create-firestore-step
Added enable firebase firestore step to contributing.md
This commit is contained in:
commit
7d0ec4ff6d
1 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue