- Copy
.env.sample
as.env.local
. - Setup all values based on your Firebase config.
- Values will be imported by the
./src/services/FirebaseService
.
Where can I find the Firebase config?
- Navigate to https://console.firebase.google.com
- Create or open your Project.
- Find Project settings with clicking on the cog icon.
- Find "SDK setup and configuration" section and click on "Config"
If you haven't previously used craco (Create React App Configuration Override) you will get an error when using yarn start
. Visit the craco installation page for directions. You can ignore the part of the installation instructions regarding craco.config.js
and package.json
as that's already been done in this repository.