From c5541f510404039e60a6ac5c5ae3283998969d32 Mon Sep 17 00:00:00 2001 From: Alexander Craggs Date: Fri, 11 Dec 2020 20:51:41 +0000 Subject: [PATCH] Firebase no longer sets a default, instead uses ID. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d3741e109..730a7d7e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ` if you run into any errors for this. ## Standards and Conventions