Skip to content

Commit 6535d13

Browse files
relocate the lead-in for install instructions
1 parent b258505 commit 6535d13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ You may pause and resume the script from the last batch at any point.
1717

1818
### Install and run the script
1919

20-
Install the import script using `npm` (the Node Package Manager). Note that the import script uses several values from your installation of the extension:
20+
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).
27+
2628
1. Make sure that you have [Node.js](https://www.nodejs.org/) installed in order to access the `npm` command tools.
2729

2830
1. Install the import script via `npm` by running the following command:

0 commit comments

Comments
 (0)