You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -122,11 +122,11 @@ Before starting, make sure that you have Node 16 installed or use [nvm](https://
122
122
123
123
1.[Install Google's Cloud SDK](https://cloud.google.com/sdk/docs/install) and run `gcloud auth login` to log in.
124
124
2. Run `npm install -g firebase-tools` to install Firebase CLI and run `firebase login` to log in.
125
-
3. Run `npm install` in the *root* directory of the cloned/forked repo.
125
+
3. Run `npm install` in the _root_ directory of the cloned/forked repo.
126
126
4. Go to [Firebase console](https://console.firebase.google.com/u/0/) and create two projects, one for **development** environment and one for **production** environment.
127
-
5. In Firebase console, create *Web* apps for the two projects you created. Refer to this [article](https://support.google.com/firebase/answer/9326094) for additional information.
127
+
5. In Firebase console, create _Web_ apps for the two projects you created. Refer to this [article](https://support.google.com/firebase/answer/9326094) for additional information.
128
128
6. In Firebase console, open Project Settings and note the Project IDs for the projects you created.
129
-
7. Create a `.firebaserc` file in the *root* of this repo and add the Project IDs there like this (dummy values):
129
+
7. Create a `.firebaserc` file in the _root_ of this repo and add the Project IDs there like this (dummy values):
130
130
131
131
```json
132
132
{
@@ -147,7 +147,7 @@ Before starting, make sure that you have Node 16 installed or use [nvm](https://
2. Go to `packages/firebase` and create `.env.development` and `.env.production` files with the variables for your Project IDs. The file format should be like this:
191
191
192
192
```shell
193
-
FIREBASE_PROJECT_ID="zaino-dev-3ea56"
193
+
FB_PROJECT_ID="zaino-dev-3ea56"
194
194
```
195
195
196
196
Note: You can change additional settings like regions and Cloud Storage bucket name in [the `.env` file](packages/firebase/.env).
0 commit comments