File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,26 @@ $ yarn build
88
88
A production project is required to test the Firebase JS SDK. You can create a
89
89
new project by visiting the [ Firebase Console] ( https://console.firebase.google.com/ ) .
90
90
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
+
91
101
#### Firestore Database Setup
92
102
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
94
111
database. When prompted to select the set of initial security rules, select
95
112
any option (e.g. "Start in Production Mode") since these permission settings
96
113
will be overwritten below.
You can’t perform that action at this time.
0 commit comments