From e85eed8f6b8a445ab8546a2f9c6e79781c0082ff Mon Sep 17 00:00:00 2001 From: CJ Meyer <19007361@sun.ac.za> Date: Sun, 10 Nov 2019 23:35:24 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 090ac48..c237af3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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] [collections...] +fire-migrate import|i [options] [collections...] ``` Options: @@ -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] [collections...] +fire-migrate export|e [options] [collections...] ``` Options: From f2afb30f07967447c4f51b06684b3fa1e97d7a00 Mon Sep 17 00:00:00 2001 From: CJ Meyer <19007361@sun.ac.za> Date: Sun, 10 Nov 2019 23:37:50 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a7f5804..8a69df2 100644 --- a/package.json +++ b/package.json @@ -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",