Skip to content

Commit 88fa75b

Browse files
Moving the instruction to enable Firestore beta up
1 parent 5fa28ec commit 88fa75b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

firestore/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Follow these steps to setup and run the quickstart:
1313

1414
1. Create a Firebase project in the [Firebase Console](https://console.firebase.google.com).
1515
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**
1617
1. Copy/Download this repo and open this folder in a Terminal.
1718
1. Install the Firebase CLI if you do not have it installed on your machine:
1819
```bash
@@ -21,9 +22,7 @@ Follow these steps to setup and run the quickstart:
2122
1. Set the CLI to use the project you created on step 1:
2223
```bash
2324
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+
```
2726
1. Deploy the Firestore security rules:
2827
```bash
2928
firebase deploy --only firestore

0 commit comments

Comments
 (0)