Comment on page
Challenge
git clone https://github.com/how-to-firebase/firelist-react.git
cd firelist-react
git checkout challenge-rtdb
Update the following files with your own project details:
/.firebaserc
/public/environments/environment.dev.js
/public/environments/environment.js
Once you're on the branch, make sure to run
yarn
or npm install
to get your Node.js dependencies.Then run
yarn start
or npm run start
to spin up the development server.yarn
yarn start
Search the codebase for
Challenge Realtime DB
to find all of the challenges.Read the comments and complete the steps in those files.
database.rules.json
src/database/set-user-tokens.js
Last modified 5yr ago