You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,14 @@ You may pause and resume the script from the last batch at any point.
17
17
18
18
### Install and run the script
19
19
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:
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).
27
+
26
28
1. Make sure that you have [Node.js](https://www.nodejs.org/) installed in order to access the `npm` command tools.
27
29
28
30
1. Install the import script via `npm` by running the following command:
0 commit comments