From 773fb29dc712e1cdf2393acee88c39d4bcf7a1c4 Mon Sep 17 00:00:00 2001 From: CarinaChenot Date: Fri, 9 Apr 2021 20:19:21 +0100 Subject: [PATCH] Add .firebaserc_example back --- .firebaserc_example | 5 +++++ CONTRIBUTING.md | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .firebaserc_example diff --git a/.firebaserc_example b/.firebaserc_example new file mode 100644 index 000000000..5a98f50cf --- /dev/null +++ b/.firebaserc_example @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "your-firebase-project-id" + } +} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8541cb6fb..9ce02dbc7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ 1. [Install the Firebase CLI](https://firebase.google.com/docs/cli) 1. Run `firebase login` on your terminal to log in to the same google account as you just used to create the project. 1. Git clone this project. -1. Rename `.firebaserc_example` to `.firebaserc` and change the project name of default to the firebase project id you just created. +1. Duplicate `.firebaserc_example`, rename the new file to `.firebaserc` and change the project name of default to the firebase project id you just created. - If `.firebaserc_example` does not exist after cloning, create your own with: @@ -48,7 +48,6 @@ - Start in test mode - Select default location and enable - ## Building and Running 1. Run `npm install` in the project root directory to install dependencies.