Skip to content

Commit

Permalink
Merge pull request dalenguyen#24 from sbilling/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Dale Nguyen authored May 7, 2019
2 parents 98883c0 + e9bb7c7 commit 26cba8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ node export.js <your-collection-name> <sub-collection-name-(optional)>

# Import database to Firestore

This will import one collection to Firestore and it will overwrite your current collection if there is a collection with that name in your Firestore. If you have date type in your JSON, please add the field to the command line. **The date and geo arguments is optional**.
This will import a collection to Firestore will overwrite any documents in that collection with matching id's to those in your json. If you have date type in your JSON, please add the field to the command line. **The date and geo arguments is optional**.

```
node import.js import-to-firestore.json date=date geo=Location
Expand Down

0 comments on commit 26cba8c

Please sign in to comment.