File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
firestore-bigquery-export/guides Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ You may pause and resume the script from the last batch at any point.
15
15
+ If document changes occur in the time between installing the extension and running this import script.
16
16
+ If you run the import script multiple times over the same collection.
17
17
18
- ### Install and run the script
18
+ ### Run the script
19
19
20
20
The import script uses several values from your installation of the extension:
21
21
22
22
+ ` ${PROJECT_ID} ` : the project ID for the Firebase project in which you installed 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
- Install the import script using ` npm ` (the Node Package Manager).
26
+ Run the import script using ` npm ` (the Node Package Manager).
27
27
28
28
1 . Make sure that you have [ Node.js] ( https://www.nodejs.org/ ) installed in order to access the ` npm ` command tools.
29
29
30
- 1 . Install the import script via ` npm ` by running the following command:
30
+ 1 . Run the import script via ` npm ` by running the following command:
31
31
32
32
```
33
33
npx @firebaseextensions/fs-bq-import-collection
You can’t perform that action at this time.
0 commit comments