FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

`SupportedRegion` is missing tier 2 regions · Issue #93 · firebase/firebase-functions-python · GitHub

SupportedRegion is missing tier 2 regions #93

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL