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: