Challenge
Last updated
Last updated
We'll be working on a branch of our repo named .
Pull directly from GitHub...
Update the following files with your own project details:
/.firebaserc
/public/environments/environment.dev.js
/public/environments/environment.js
/functions/environments/environment.dev.js
/functions/environments/environment.js
If you had some trouble deploying Cloud Functions earlier, make sure to deploy the correct functions now.
Run yarn deploy:functions
to deploy valid versions of each function up to your Firebase project.
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.
Search the codebase for Challenge Storage
to find all of the challenges.
Read the comments and complete the steps in those files.
src/storage/delete-image.js
src/storage/get-upload-observable.js