- Create a Firebase Project and get your own firebaseConfig. You should copy the firebaseConfig from your firebase project settings.
- Sign in to Firebase, then open your project.
- Click the Settings icon, then select Project settings.
- In the Your apps card, select the nickname of the app for which you need a config object.
- Select Config from the Firebase SDK snippet pane.
- Get the config object snippet.
- Create a file in
./frontend/src/
namedcredentials.js
- Copy the config object to that file and add this line of code after the object snippet:
export firebaseConfig
- Install the dependencies:
npm install
- Start the development server
npm start