blob: d76e9e3723aa283616ee87b4f5fb1488d020454e [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.