Skip to content

Commit 8419a2d

Browse files
install the script -> run the script
Addresses jhuleatt@'s comment: Now that we're using npx, this should say "Run the import script" instead of "Install the import script"
1 parent 6535d13 commit 8419a2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ You may pause and resume the script from the last batch at any point.
1515
+ If document changes occur in the time between installing the extension and running this import script.
1616
+ If you run the import script multiple times over the same collection.
1717

18-
### Install and run the script
18+
### Run the script
1919

2020
The import script uses several values from your installation of the extension:
2121

2222
+ `${PROJECT_ID}`: the project ID for the Firebase project in which you installed the extension
2323
+ `${COLLECTION_PATH}`: the collection path that you specified during extension installation
2424
+ `${DATASET_ID}`: the ID that you specified for your dataset during extension installation
2525

26-
Install the import script using `npm` (the Node Package Manager).
26+
Run the import script using `npm` (the Node Package Manager).
2727

2828
1. Make sure that you have [Node.js](https://www.nodejs.org/) installed in order to access the `npm` command tools.
2929

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:
3131

3232
```
3333
npx @firebaseextensions/fs-bq-import-collection

0 commit comments

Comments
 (0)