Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Location

import type { Location } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";

DEPRECATED. This Location is no longer used to determine Firebase resource locations. Instead, consult product documentation to determine valid locations for each resource used in your Project. A GCP resource location that can be selected for a FirebaseProject.

interface Location {
features?:
| "LOCATION_FEATURE_UNSPECIFIED"
| "FIRESTORE"
| "DEFAULT_STORAGE"
| "FUNCTIONS"[];
locationId?: string;
type?: "LOCATION_TYPE_UNSPECIFIED" | "REGIONAL" | "MULTI_REGIONAL";
}

§Properties

§
features?: "LOCATION_FEATURE_UNSPECIFIED" | "FIRESTORE" | "DEFAULT_STORAGE" | "FUNCTIONS"[]
[src]

Products and services that are available in the GCP resource location.

§
locationId?: string
[src]

The ID of the GCP resource location. It will be one of the available GCP resource locations.

§
type?: "LOCATION_TYPE_UNSPECIFIED" | "REGIONAL" | "MULTI_REGIONAL"
[src]

Indicates whether the GCP resource location is a regional or multi-regional location for data replication.