Skip to content

SupportedRegion is missing tier 2 regions #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jhuleatt opened this issue May 16, 2023 · 0 comments · Fixed by #107
Closed

SupportedRegion is missing tier 2 regions #93

jhuleatt opened this issue May 16, 2023 · 0 comments · Fixed by #107
Labels
bug Something isn't working

Comments

@jhuleatt
Copy link
Contributor

Tier 2 regions should be included in SupportedRegion:

class SupportedRegion(str, _enum.Enum):
"""
All regions supported by Cloud Functions v2.
"""
ASIA_NORTHEAST1 = "asia-northeast1"
EUROPE_NORTH1 = "europe-north1"
EUROPE_WEST1 = "europe-west1"
EUROPE_WEST4 = "europe-west4"
US_CENTRAL1 = "us-central1"
US_EAST1 = "us-east1"
US_WEST1 = "us-west1"

See firebase/firebase-functions#1397 for more context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants