Skip to content

Commit 4777f39

Browse files
author
Lauren Long
committed
Reformatted files
1 parent 845da17 commit 4777f39

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ You may pause and resume the import script from the last batch at any point.
1414

1515
- You will see redundant rows in your raw changelog table if either of the following happen:
1616

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.
1919

2020
### Run the script
2121

@@ -28,8 +28,9 @@ The import script uses several values from your installation of the extension:
2828
Run the import script using [`npx` (the Node Package Runner)](https://www.npmjs.com/package/npx) via `npm` (the Node Package Manager).
2929

3030
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`.
3334

3435
1. Run the import script via `npx` by running the following command:
3536

0 commit comments

Comments
 (0)