File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
firestore-bigquery-export/guides Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ You may pause and resume the import script from the last batch at any point.
14
14
15
15
- You will see redundant rows in your raw changelog table if either of the following happen:
16
16
17
- - If document changes occur in the time between installing the extension and running the import script.
18
- - If you run the import script multiple times over the same collection.
17
+ - If document changes occur in the time between installing the extension and running the import script.
18
+ - If you run the import script multiple times over the same collection.
19
19
20
20
### Run the script
21
21
@@ -28,8 +28,9 @@ The import script uses several values from your installation of the extension:
28
28
Run the import script using [ ` npx ` (the Node Package Runner)] ( https://www.npmjs.com/package/npx ) via ` npm ` (the Node Package Manager).
29
29
30
30
1 . Make sure that you've installed the required tools to run the import script:
31
- * To access the ` npm ` command tools, you need to install [ Node.js] ( https://www.nodejs.org/ ) .
32
- * If you use ` npm ` v5.1 or earlier, you need to explicitly install ` npx ` . Run ` npm install --global npx ` .
31
+
32
+ - To access the ` npm ` command tools, you need to install [ Node.js] ( https://www.nodejs.org/ ) .
33
+ - If you use ` npm ` v5.1 or earlier, you need to explicitly install ` npx ` . Run ` npm install --global npx ` .
33
34
34
35
1 . Run the import script via ` npx ` by running the following command:
35
36
You can’t perform that action at this time.
0 commit comments