mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
Merge pull request #971 from g-harel/setup
Add firebase auth setup to contributing guide.
This commit is contained in:
commit
3f7bd1ddc9
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@
|
|||
- Click "Generate New Private Key"
|
||||
- Save as `serviceAccountKey.json` in the `functions/` directory
|
||||
|
||||
1. Enable Firebase Authentication
|
||||
|
||||
- In the Firebase console, go to Authentication
|
||||
- Click on `Email/Password`, enable it and save
|
||||
- Click on `Google`, add a support email and save
|
||||
|
||||
## Building and Running
|
||||
|
||||
1. Run `npm install` in the project root directory to install dependencies.
|
||||
|
|
Loading…
Reference in a new issue