blob: 765c813a4c780ac17bc4a12a20753274cbd04152 [file] [log] [blame]
---
subcategory: "Firebase"
description: |-
A Google Cloud Firebase web application instance
---
# google_firebase_web_app
A Google Cloud Firebase web application instance
~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
See [Provider Versions](https://terraform.io/docs/providers/google/guides/provider_versions.html) for more details on beta resources.
## Argument Reference
The following arguments are supported:
* `app_id` -
(Required)
The app_ip of name of the Firebase webApp.
- - -
* `project` - (Optional) The ID of the project in which the resource belongs.
If it is not provided, the provider project is used.
## Attributes Reference
In addition to the arguments listed above, the following computed attributes are exported:
* `id` - an identifier for the resource with format `{{name}}`
* `name` -
The fully qualified resource name of the App, for example:
projects/projectId/webApps/appId
* `app_id` -
Immutable. The globally unique, Firebase-assigned identifier of the App.
This identifier should be treated as an opaque token, as the data format is not specified.