File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Follow these steps to setup and run the quickstart:
13
13
14
14
1 . Create a Firebase project in the [ Firebase Console] ( https://console.firebase.google.com ) .
15
15
1 . In the Firebase console, enable Anonymous authentication on your project by doing: ** Authentication > SIGN-IN METHOD > Anonymous > Enable > SAVE**
16
+ 1 . In the Firebase console, enable Cloud Firestore on your project by doing: ** Database > TRY FIRESTORE BETA > ENABLE**
16
17
1 . Copy/Download this repo and open this folder in a Terminal.
17
18
1 . Install the Firebase CLI if you do not have it installed on your machine:
18
19
``` bash
@@ -21,9 +22,7 @@ Follow these steps to setup and run the quickstart:
21
22
1. Set the CLI to use the project you created on step 1:
22
23
` ` ` bash
23
24
firebase use --add
24
- ` ` `
25
- 1. In the Firebase console, enable Cloud Firestore on your project by doing: ** Database > TRY FIRESTORE BETA > ENABLE**
26
-
25
+ ` ` `
27
26
1. Deploy the Firestore security rules:
28
27
` ` ` bash
29
28
firebase deploy --only firestore
You can’t perform that action at this time.
0 commit comments