Skip to content

Tier 2 pricing missing from SupportedRegion #1397

Closed
@jhuleatt

Description

@jhuleatt

Related issues

[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:

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions