Namespace Pulumi.Gcp.Firebase
Classes
GetWebApp
GetWebAppArgs
GetWebAppConfig
GetWebAppConfigArgs
GetWebAppConfigResult
GetWebAppResult
Project
A Google Cloud Firebase instance. This enables Firebase resources on a given google project. Since a FirebaseProject is actually also a GCP Project, a FirebaseProject uses underlying GCP identifiers (most importantly, the projectId) as its own for easy interop with GCP APIs.
Once Firebase has been added to a Google Project it cannot be removed.
To get more information about Project, see:
- API documentation
- How-to Guides
- Official Documentation
ProjectArgs
ProjectLocation
Sets the default Google Cloud Platform (GCP) resource location for the specified FirebaseProject.
This method creates an App Engine application with a default Cloud Storage bucket, located in the specified locationId. This location must be one of the available GCP resource locations.
After the default GCP resource location is finalized, or if it was already set, it cannot be changed. The default GCP resource location for the specified FirebaseProject might already be set because either the GCP Project already has an App Engine application or defaultLocation.finalize was previously called with a specified locationId. Any new calls to defaultLocation.finalize with a different specified locationId will return a 409 error.
To get more information about ProjectLocation, see:
- API documentation
- How-to Guides
- Official Documentation
ProjectLocationArgs
ProjectLocationState
ProjectState
WebApp
A Google Cloud Firebase web application instance
To get more information about WebApp, see:
- API documentation
- How-to Guides
- Official Documentation