From 73c3160a166ee51a8b6f5e082bba40be2d2c0fc4 Mon Sep 17 00:00:00 2001 From: gillkyle Date: Mon, 22 Apr 2019 23:20:44 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e3114e..fe61fec 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,16 @@ or yarn ``` -Then configure a file in a new `.env` file with the following keys from firebase: +Then configure a file in a new `.env` file (using the `.env.sample` file as a reference) with the following keys from the firebase console: ```env REACT_APP_FIREBASE_API_KEY= -REACT_APP_DEV_AUTH_DOMAIN= -REACT_APP_DEV_DATABASE_URL= -REACT_APP_DEV_PROJECT_ID= +REACT_APP_DEV_AUTH_DOMAIN=.firebaseapp.com +REACT_APP_DEV_DATABASE_URL=https://.firebaseio.com +REACT_APP_DEV_PROJECT_ID= +REACT_APP_DEV_STORAGE_BUCKET=.appspot.com +REACT_APP_DEV_MESSAGING_SENDER_ID=############ + +REACT_APP_CONFIRMATION_EMAIL_REDIRECT=https://.firebaseapp.com ``` Navigate into the project directory, and then launch the site with this command: