Merge pull request #703 from popey456963/patch-1

Firebase no longer sets a default, instead uses ID.
This commit is contained in:
Jack 2020-12-12 22:48:56 +00:00 committed by GitHub
commit 08315524e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
1. Run `npm install` in the project root directory to install dependencies.
1. Run `npm run start:dev` to start a local dev server on port 5000. It will watch for changes and rebuild when you edit files in `src/` or `public/`. Use ctrl+c to stop it.
- Run `firebase use default` if you run into any errors for this.
- Run `firebase use <your-project-id>` if you run into any errors for this.
## Standards and Conventions