File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,26 @@ $ yarn build
8888A production project is required to test the Firebase JS SDK. You can create a
8989new 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
94111database. When prompted to select the set of initial security rules, select
95112any option (e.g. "Start in Production Mode") since these permission settings
96113will be overwritten below.
You can’t perform that action at this time.
0 commit comments