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

ProjectInfo

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

A reference to a Google Cloud Platform (GCP) Project.

interface ProjectInfo {
displayName?: string;
locationId?: string;
project?: string;
}

§Properties

§
displayName?: string
[src]

The user-assigned display name of the GCP Project, for example: My App

§
locationId?: string
[src]

The ID of the Project's default GCP resource location. The location is one of the available GCP resource locations. Not all Projects will have this field populated. If it is not populated, it means that the Project does not yet have a default GCP resource location. To set a Project's default GCP resource location, call FinalizeDefaultLocation after you add Firebase resources to the Project.

§
project?: string
[src]

The resource name of the GCP Project to which Firebase resources can be added, in the format: projects/PROJECT_IDENTIFIER Refer to the FirebaseProject name field for details about PROJECT_IDENTIFIER values.