hostingSite property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
DEPRECATED. _Instead, find the default Firebase Hosting site name using the ListSites within the Firebase Hosting REST API.
Note that the default site for the Project might not yet be provisioned,
so the return might not contain a default site._ The default Firebase
Hosting site name, in the format: PROJECT_ID Though rare, your projectId
might already be used as the name for an existing Hosting site in another
project (learn more about creating non-default,
additional sites).
In these cases, your projectId
is appended with a hyphen then five
alphanumeric characters to create your default Hosting site name. For
example, if your projectId
is myproject123
, your default Hosting site
name might be: myproject123-a5c16
Output only.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? hostingSite;