Skip to content

Commit

Permalink
Updated README for export subcollection
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Nguyen authored Apr 4, 2018
1 parent 7f4f256 commit f86314e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ npm install

# Export database from Firestore

This will help you create a backup of your collection from Firestore to a JSON file name **firestore-export.json**
This will help you create a backup of your collection and subcollection from Firestore to a JSON file name **firestore-export.json**

```
node export.js <your-collection-name>
node export.js <your-collection-name> <sub-collection-name-(optional)>
```

# Import database to Firestore
Expand Down

0 comments on commit f86314e

Please sign in to comment.