Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 655 Bytes

ENVinstructions.md

File metadata and controls

20 lines (16 loc) · 655 Bytes

Create a .env.local file in root directory. Not in src directory

REACT_APP_APIKEY=
REACT_APP_AUTHDOMAIN=
REACT_APP_DATABASEURL=
REACT_APP_PROJECTID=
REACT_APP_STORAGEBUCKET=
REACT_APP_MESSAGINGSENDERID=
REACT_APP_APPID=
REACT_APP_MEASUREMENTID=

The structure of the key is in the following format paste your key in the given format. Project is using Firebase as a database.

Steps for connecting to database:-

  1. Go to firebase console, create new project
  2. Click on </> icon to create a database for the web app
  3. You'll get api-key in the above format just paste the keys with thier values
  4. You are ready now!