Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions firestore-bigquery-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Versions 0.2.1

fix: correct database region params and make mutable

## Version 0.2.0

feat - migrate to v2 functions and support non-default firestore instances
Expand Down
14 changes: 6 additions & 8 deletions firestore-bigquery-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-bigquery-export
version: 0.2.0
version: 0.2.1
specVersion: v1beta

displayName: Stream Firestore to BigQuery
Expand Down Expand Up @@ -206,14 +206,12 @@ params:
type: select
options:
# Multi-region locations
- label: Europe (multi-regional, eur3)
- label: Multi-region (Europe - Belgium and Netherlands)
value: eur3
- label: United States (multi-regional, nam5)
- label: Multi-region (United States)
value: nam5
- label: Europe (multi-regional)
value: eu
- label: United States (multi-regional)
value: us
- label: Multi-region (Iowa, North Virginia, and Oklahoma)
value: nam7

# North America
- label: Iowa (us-central1)
Expand Down Expand Up @@ -314,7 +312,7 @@ params:
value: africa-south1
default: us
required: true
immutable: true
immutable: false

- param: COLLECTION_PATH
label: Collection path
Expand Down
4 changes: 4 additions & 0 deletions firestore-shorten-urls-bitly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Versions 0.2.1

fix: correct database region params and make mutable

## Version 0.2.0

feat: use v2 firestore trigger
Expand Down
14 changes: 6 additions & 8 deletions firestore-shorten-urls-bitly/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-shorten-urls-bitly
version: 0.2.0
version: 0.2.1
specVersion: v1beta

displayName: Shorten URLs in Firestore
Expand Down Expand Up @@ -130,14 +130,12 @@ params:
type: select
options:
# Multi-region locations
- label: Europe (multi-regional, eur3)
- label: Multi-region (Europe - Belgium and Netherlands)
value: eur3
- label: United States (multi-regional, nam5)
- label: Multi-region (United States)
value: nam5
- label: Europe (multi-regional)
value: eu
- label: United States (multi-regional)
value: us
- label: Multi-region (Iowa, North Virginia, and Oklahoma)
value: nam7

# North America
- label: Iowa (us-central1)
Expand Down Expand Up @@ -238,7 +236,7 @@ params:
value: africa-south1
default: us
required: true
immutable: true
immutable: false

events:
- type: firebase.extensions.firestore-shorten-urls-bitly.v1.onStart
Expand Down
Loading