Project

{{% examples %}}

Example Usage

{{% /examples %}}

Import

Project can be imported using any of these accepted formats

$ pulumi import gcp:firebase/project:Project default projects/{{project}}
$ pulumi import gcp:firebase/project:Project default {{project}}

Properties

Link copied to clipboard
val displayName: Output<String>

The GCP project display name

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val projectNumber: Output<String>

The number of the google project that firebase is enabled on.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>