Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.34 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.34 KB

React in Structure Demo

Setup FirebaseService for the Chat Page

  1. Copy .env.sample as .env.local.
  2. Setup all values based on your Firebase config.
  3. Values will be imported by the ./src/services/FirebaseService.

Where can I find the Firebase config?

  1. Navigate to https://console.firebase.google.com
  2. Create or open your Project.
  3. Find Project settings with clicking on the cog icon.
  4. Find "SDK setup and configuration" section and click on "Config"

Craco

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.