Skip to content

Commit c7a1bc3

Browse files
author
Lauren Long
committed
Regenerate readmes
1 parent 859a865 commit c7a1bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firestore-bigquery-export/README.md

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

25-
##### Backfill your BigQuery dataset
25+
#### Backfill your BigQuery dataset
2626

2727
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.
2828

2929
**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.
3030

31-
##### Generate schema views
31+
#### Generate schema views
3232

3333
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.
3434

0 commit comments

Comments
 (0)