File tree Expand file tree Collapse file tree 4 files changed +20
-16
lines changed
firestore-bigquery-export
firestore-shorten-urls-bitly Expand file tree Collapse file tree 4 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 1+ ## Versions 0.2.1
2+
3+ fix: correct database region params and make mutable
4+
15## Version 0.2.0
26
37feat - migrate to v2 functions and support non-default firestore instances
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515name : firestore-bigquery-export
16- version : 0.2.0
16+ version : 0.2.1
1717specVersion : v1beta
1818
1919displayName : Stream Firestore to BigQuery
@@ -206,14 +206,12 @@ params:
206206 type : select
207207 options :
208208 # Multi-region locations
209- - label : Europe (multi-regional, eur3 )
209+ - label : Multi-region (Europe - Belgium and Netherlands )
210210 value : eur3
211- - label : United States (multi-regional, nam5 )
211+ - label : Multi-region (United States )
212212 value : nam5
213- - label : Europe (multi-regional)
214- value : eu
215- - label : United States (multi-regional)
216- value : us
213+ - label : Multi-region (Iowa, North Virginia, and Oklahoma)
214+ value : nam7
217215
218216 # North America
219217 - label : Iowa (us-central1)
@@ -314,7 +312,7 @@ params:
314312 value : africa-south1
315313 default : us
316314 required : true
317- immutable : true
315+ immutable : false
318316
319317 - param : COLLECTION_PATH
320318 label : Collection path
Original file line number Diff line number Diff line change 1+ ## Versions 0.2.1
2+
3+ fix: correct database region params and make mutable
4+
15## Version 0.2.0
26
37feat: use v2 firestore trigger
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515name : firestore-shorten-urls-bitly
16- version : 0.2.0
16+ version : 0.2.1
1717specVersion : v1beta
1818
1919displayName : Shorten URLs in Firestore
@@ -130,14 +130,12 @@ params:
130130 type : select
131131 options :
132132 # Multi-region locations
133- - label : Europe (multi-regional, eur3 )
133+ - label : Multi-region (Europe - Belgium and Netherlands )
134134 value : eur3
135- - label : United States (multi-regional, nam5 )
135+ - label : Multi-region (United States )
136136 value : nam5
137- - label : Europe (multi-regional)
138- value : eu
139- - label : United States (multi-regional)
140- value : us
137+ - label : Multi-region (Iowa, North Virginia, and Oklahoma)
138+ value : nam7
141139
142140 # North America
143141 - label : Iowa (us-central1)
@@ -238,7 +236,7 @@ params:
238236 value : africa-south1
239237 default : us
240238 required : true
241- immutable : true
239+ immutable : false
242240
243241events :
244242 - type : firebase.extensions.firestore-shorten-urls-bitly.v1.onStart
You can’t perform that action at this time.
0 commit comments