Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Watch the [screencast](https://angularfirebase.com/lessons/import-csv-json-or-ex

- Clone and run `npm install`
- Download the service account from your Firebase project settings, then save it as `credentials.json` in the project root.
- `npm run build` and you're off and running.
- `npm run build-link` and you're off and running.

## Import Data to Firestore

Expand All @@ -22,7 +22,7 @@ Watch the [screencast](https://angularfirebase.com/lessons/import-csv-json-or-ex
- Omitting [collections...], or specifying root "/" will import all collections.

```
import|i [options] <file> [collections...]
fire-migrate import|i [options] <file> [collections...]
```

Options:
Expand Down Expand Up @@ -57,7 +57,7 @@ fire-migrate i -m --id docid test.xlsx myCollection
- Splits CSV/XLSX collections into separate files/sheets with an INDEX.

```
export|e [options] <file> [collections...]
fire-migrate export|e [options] <file> [collections...]
```

Options:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@types/csvtojson": "^1.1.5",
"@types/fs-extra": "^5.0.1",
"@types/lodash": "^4.14.106",
"@types/node": "^10.5.7",
"typescript": "^3.0.1"
"@types/node": "^12.12.7",
"typescript": "^3.2.2"
},
"dependencies": {
"commander": "^2.15.1",
Expand Down