Skip to content

Commit 8b849cc

Browse files
authored
Fixes sourceUrl and postinstall (#322)
* fixes sourceUrl * fixes postinstall
1 parent 0f846f6 commit 8b849cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

firestore-bigquery-export/POSTINSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can test out this extension right away:
88

99
1. Create a document in the collection called `bigquery-mirror-test` that contains any fields with any values that you'd like.
1010

11-
1. Go to the [BigQuery web UI](https://console.cloud.com/bigquery?project=${param:PROJECT_ID}&p=${param:PROJECT_ID}&d=${param:DATASET_ID}) in the Google Cloud Platform console.
11+
1. Go to the [BigQuery web UI](https://console.cloud.google.com/bigquery?project=${param:PROJECT_ID}&p=${param:PROJECT_ID}&d=${param:DATASET_ID}) in the Google Cloud Platform console.
1212

1313
1. Query your **raw changelog table**, which should contain a single log of creating the `bigquery-mirror-test` document.
1414

@@ -37,8 +37,8 @@ The `bigquery-mirror-test` document will disappear from the **latest view** and
3737
3838
Whenever a document is created, updated, imported, or deleted in the specified collection, this extension sends that update to BigQuery. You can then run queries on this mirrored dataset which contains the following resources:
3939
40-
+ **raw changelog table:** [`${param:DATASET_ID}_raw_changelog`](https://console.cloud.com/bigquery?project=${param:PROJECT_ID}&p=${param:PROJECT_ID}&d=${param:DATASET_ID}&t=${param:COLLECTION_PATH}_raw_changelog&page=table)
41-
+ **latest view:** [`${param:DATASET_ID}_raw_latest`](https://console.cloud.com/bigquery?project=${param:PROJECT_ID}&p=${param:PROJECT_ID}&d=${param:DATASET_ID}&t=${param:COLLECTION_PATH}_raw_latest&page=table)
40+
+ **raw changelog table:** [`${param:DATASET_ID}_raw_changelog`](https://console.cloud.google.com/bigquery?project=${param:PROJECT_ID}&p=${param:PROJECT_ID}&d=${param:DATASET_ID}&t=${param:COLLECTION_PATH}_raw_changelog&page=table)
41+
+ **latest view:** [`${param:DATASET_ID}_raw_latest`](https://console.cloud.google.com/bigquery?project=${param:PROJECT_ID}&p=${param:PROJECT_ID}&d=${param:DATASET_ID}&t=${param:COLLECTION_PATH}_raw_latest&page=table)
4242
4343
To review the schema for these two resources, click the **Schema** tab for each resource in BigQuery.
4444

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description:
2222

2323
license: Apache-2.0
2424
billingRequired: true
25-
sourceUrl: https://accounts.google.com/AccountChooser/signinchooser?service=gerritcodereview&continue=https%3A%2F%2Fdev-partners.googlesource.com%2Flogin%2Fsamples%2Ffirebase%2Fmods%2F%2B%2Fmaster%2Fauth-user-notifications
25+
sourceUrl: https://accounts.google.com/AccountChooser/signinchooser?service=gerritcodereview&continue=https%3A%2F%2Fdev-partners.googlesource.com%2Flogin%2Fsamples%2Ffirebase%2Fmods%2F%2B%2Fmaster%2Ffirestore-bigquery-export
2626
releaseNotesUrl: https://dev-partners.googlesource.com/samples/firebase/mods/+log
2727

2828
author:

0 commit comments

Comments
 (0)