From 70f91e8bacc106700dc7fa96a3cb808a45e374f8 Mon Sep 17 00:00:00 2001 From: g-harel Date: Mon, 15 Feb 2021 17:54:43 -0600 Subject: [PATCH] add firebase auth setup to contributing guide --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f874d4e6c..4e8018110 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.