Skip to content

Commit 33afc55

Browse files
rachelsaunderslaurenzlong
authored andcommitted
docs(firestore-bigquery-export) change heading level to h4 for script sections (#165)
1 parent e4d053e commit 33afc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firestore-bigquery-export/PREINSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Before installing this extension, you'll need to:
1616
+ [Set up Cloud Firestore in your Firebase project.](https://firebase.google.com/docs/firestore/quickstart)
1717
+ [Link your Firebase project to BigQuery.](https://support.google.com/firebase/answer/6318765)
1818

19-
##### Backfill your BigQuery dataset
19+
#### Backfill your BigQuery dataset
2020

2121
This extension only sends the content of documents that have been changed -- it does not export your full dataset of existing documents into BigQuery. So, to backfill your BigQuery dataset with all the documents in your collection, you can run the [import script](https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md) provided by this extension.
2222

2323
**Important:** Run the import script over the entire collection _after_ installing this extension, otherwise all writes to your database during the import might be lost.
2424

25-
##### Generate schema views
25+
#### Generate schema views
2626

2727
After your data is in BigQuery, you can run the [schema-views script](https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/guides/GENERATE_SCHEMA_VIEWS.md) (provided by this extension) to create views that make it easier to query relevant data. You only need to provide a JSON schema file that describes your data structure, and the schema-views script will create the views.
2828

0 commit comments

Comments
 (0)