Skip to content

Commit 8f1391a

Browse files
authored
Merge 23f7d82 into 0a91a90
2 parents 0a91a90 + 23f7d82 commit 8f1391a

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,26 @@ $ yarn build
8888
A production project is required to test the Firebase JS SDK. You can create a
8989
new project by visiting the [Firebase Console](https://console.firebase.google.com/).
9090

91+
#### Web App Setup
92+
93+
Visit the "Project Overview" and select "Add app" under your project name. Register the app with a
94+
nickname and click through the remaining steps. Without performing this step, you will encounter
95+
the error in the test setup:
96+
97+
```
98+
FirebaseError: There are no WEB apps associated with this Firebase project
99+
```
100+
91101
#### Firestore Database Setup
92102

93-
Visit the "Database" section of the console and create a Cloud Firestore
103+
Visit the "Firestore Database" section of the console and create a Cloud Firestore
104+
database. When prompted to select the set of initial security rules, select
105+
any option (e.g. "Start in Production Mode") since these permission settings
106+
will be overwritten below.
107+
108+
#### Realtime Database Setup
109+
110+
Visit the "Realtime Database" section of the console and create a realtime
94111
database. When prompted to select the set of initial security rules, select
95112
any option (e.g. "Start in Production Mode") since these permission settings
96113
will be overwritten below.

0 commit comments

Comments
 (0)