@@ -27,20 +27,50 @@ params:
27
27
options :
28
28
- label : Iowa (us-central1) / United States (nam5)
29
29
value : us-central1
30
+ - label : Oregon (us-west1)
31
+ value : us-west1
32
+ - label : Los Angeles (us-west2)
33
+ value : us-west2
34
+ - label : Salt Lake City (us-west3)
35
+ value : us-west3
36
+ - label : Las Vegas (us-west4)
37
+ value : us-west4
38
+ - label : Montréal (northamerica-northeast1)
39
+ value : northamerica-northeast1
30
40
- label : South Carolina (us-east1)
31
41
value : us-east1
32
42
- label : Northern Virginia (us-east4)
33
43
value : us-east4
44
+ - label : São Paulo (southamerica-east1)
45
+ value : southamerica-east1
34
46
- label : Belgium (europe-west1) / Europe (eur3)
35
47
value : europe-west1
36
48
- label : London (europe-west2)
37
49
value : europe-west2
38
50
- label : Frankfurt (europe-west3)
39
51
value : europe-west3
52
+ - label : Warsaw (europe-central2)
53
+ value : europe-central2
54
+ - label : Zürich (europe-west6)
55
+ value : europe-west6
56
+ - label : Mumbai (asia-south1)
57
+ value : asia-south1
58
+ - label : Singapore (asia-southeast1)
59
+ value : asia-southeast1
60
+ - label : Jakarta (asia-southeast2)
61
+ value : asia-southeast2
40
62
- label : Hong Kong (asia-east2)
41
63
value : asia-east2
64
+ - label : Taiwan (asia-east1)
65
+ value : asia-east1
42
66
- label : Tokyo (asia-northeast1)
43
67
value : asia-northeast1
68
+ - label : Osaka (asia-northeast2)
69
+ value : asia-northeast2
70
+ - label : Seoul (asia-northeast3)
71
+ value : asia-northeast3
72
+ - label : Sydney (australia-southeast1)
73
+ value : australia-southeast1
44
74
default : us-central1
45
75
required : true
46
76
immutable : true
@@ -78,5 +108,5 @@ resources:
78
108
type : firebaseextensions.v1beta.function
79
109
properties :
80
110
location : ${LOCATION}
81
- runtime : nodejs14
111
+ runtime : nodejs16
82
112
httpsTrigger : {}
0 commit comments