This document will guide you through the process of setting up your project using this template.
- Go to Firebase Console and create a new project.
TODO
From the root of the project, run:
npm install -g firebase-tools # installs the firebase CLI
pnpm i # install dependencies
- Open the
shared/firebase-details.json
file and update the following:projectId
- your Firebase project IDfirebaseConfig
- The firebase config object. You can get this from the Firebase console by clicking on the gear icon next to the project name and selecting Project settings. Then, click on the General tab and scroll down to the Your apps section.authProvider
- See Authentication for more details.
- From the root of the project, execute the script that will update the Firebase config in the project:
pnpm run populate-firebase