File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
firestore-bigquery-export/guides Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,13 @@ The import script uses several values from your installation of the extension:
23
23
+ ` ${COLLECTION_PATH} ` : the collection path that you specified during extension installation
24
24
+ ` ${DATASET_ID} ` : the ID that you specified for your dataset during extension installation
25
25
26
- Run the import script using ` npm ` (the Node Package Manager).
26
+ Run the import script using [ ` npx ` (the Node Package Runner) ] ( https://www.npmjs.com/package/npx ) via ` npm ` (the Node Package Manager).
27
27
28
- 1 . Make sure that you have [ Node.js] ( https://www.nodejs.org/ ) installed in order to access the ` npm ` command tools.
28
+ 1 . Make sure that you have the required tools installed:
29
+ * To access the ` npm ` command tools, you need to install [ Node.js] ( https://www.nodejs.org/ ) .
30
+ * If you use ` npm ` v5.1 or earlier, you need to explicitly install ` npx ` . Run ` npm install --global npx ` .
29
31
30
- 1 . Run the import script via ` npm ` by running the following command:
32
+ 1 . Run the import script via ` npx ` by running the following command:
31
33
32
34
```
33
35
npx @firebaseextensions/fs-bq-import-collection
You can’t perform that action at this time.
0 commit comments