-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Labels
Description
Related issues
- [📚] Cloud Function Gen2 in Firebase - Limited Supported Regions flutterfire#10811
SupportedRegion
is missing tier 2 regions firebase-functions-python#93
[REQUIRED] Version info
firebase-functions 4.4.0
node: (all)
firebase-functions: 4.4.0
firebase-tools: 12.0.0
firebase-admin: N/A
[REQUIRED] Test case
Functions reference is missing tier 2 regions.
[REQUIRED] Steps to reproduce
Visit functions reference - only tier 1 pricing regions are listed. Or, look at SupportRegion
in the source:
firebase-functions/src/v2/options.ts
Lines 47 to 54 in 47cfc61
export type SupportedRegion = | |
| "asia-northeast1" | |
| "europe-north1" | |
| "europe-west1" | |
| "europe-west4" | |
| "us-central1" | |
| "us-east1" | |
| "us-west1"; |
[REQUIRED] Expected behavior
All regions known by the CLI are available
[REQUIRED] Actual behavior
Only tier 1 pricing regions are listed