Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
more document
  • Loading branch information
wu-hui committed May 21, 2019
commit c659bae53e1f806e6ed97cf0cdb32bf317c24202
7 changes: 4 additions & 3 deletions firebase-firestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ See [here](../README.md#project-setup) for how to setup a project.
Once you setup the project, download `google-services.json` and place it in
the source root.

### Run on Local Emulator
Make sure you have created a Firestore instance for your project, before
you proceed.

Make sure you have created a Firestore instance for your project.
### Run on Local Emulator

Then simply run:
```bash
Expand Down Expand Up @@ -77,7 +78,7 @@ Run:
./gradlew -PprojectsToPublish="firebase-firestore" firebasePublish
```

This will build an `m2repository.zip` under `build/`, which contains a locally
This will build a `m2repository.zip` under `build/`, which contains a locally
built Firestore SDK.

This way you can pick up updates/fixes before official releases.
Expand Down