@@ -128,3 +128,54 @@ params:
128
128
If you want to use a custom model hosted on your own server,
129
129
you can specify the endpoint here.
130
130
type : string
131
+
132
+ - param : LOCATION
133
+ label : Cloud Functions location
134
+ description : >-
135
+ Where do you want to deploy the functions created for this extension? For
136
+ help selecting a location, refer to the [location selection
137
+ guide](https://firebase.google.com/docs/functions/locations).
138
+ type : select
139
+ options :
140
+ - label : Iowa (us-central1)
141
+ value : us-central1
142
+ - label : South Carolina (us-east1)
143
+ value : us-east1
144
+ - label : Northern Virginia (us-east4)
145
+ value : us-east4
146
+ - label : Los Angeles (us-west2)
147
+ value : us-west2
148
+ - label : Salt Lake City (us-west3)
149
+ value : us-west3
150
+ - label : Las Vegas (us-west4)
151
+ value : us-west4
152
+ - label : Warsaw (europe-central2)
153
+ value : europe-central2
154
+ - label : Belgium (europe-west1)
155
+ value : europe-west1
156
+ - label : London (europe-west2)
157
+ value : europe-west2
158
+ - label : Frankfurt (europe-west3)
159
+ value : europe-west3
160
+ - label : Zurich (europe-west6)
161
+ value : europe-west6
162
+ - label : Hong Kong (asia-east2)
163
+ value : asia-east2
164
+ - label : Tokyo (asia-northeast1)
165
+ value : asia-northeast1
166
+ - label : Osaka (asia-northeast2)
167
+ value : asia-northeast2
168
+ - label : Seoul (asia-northeast3)
169
+ value : asia-northeast3
170
+ - label : Mumbai (asia-south1)
171
+ value : asia-south1
172
+ - label : Jakarta (asia-southeast2)
173
+ value : asia-southeast2
174
+ - label : Montreal (northamerica-northeast1)
175
+ value : northamerica-northeast1
176
+ - label : Sao Paulo (southamerica-east1)
177
+ value : southamerica-east1
178
+ - label : Sydney (australia-southeast1)
179
+ value : australia-southeast1
180
+ required : true
181
+ immutable : true
0 commit comments