GetSiteResult

data class GetSiteResult(val appId: String, val defaultUrl: String, val labels: Map<String, String>, val name: String, val type: String)

Constructors

Link copied to clipboard
fun GetSiteResult(appId: String, defaultUrl: String, labels: Map<String, String>, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The ID of a Web App associated with the Hosting site.

Link copied to clipboard

The default URL for the Hosting site.

Link copied to clipboard

Optional. User-specified labels for the Hosting site.

Link copied to clipboard

The fully-qualified resource name of the Hosting site, in the format: projects/PROJECT_IDENTIFIER/sites/SITE_ID PROJECT_IDENTIFIER: the Firebase project's ProjectNumber (recommended) or its ProjectId. Learn more about using project identifiers in Google's AIP 2510 standard.

Link copied to clipboard

The type of Hosting site. Every Firebase project has a DEFAULT_SITE, which is created when Hosting is provisioned for the project. All additional sites are USER_SITE.