type property
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
.
Output only. Possible string values are:
- "TYPE_UNSPECIFIED" : Unknown state, likely the result of an error on the backend.
- "DEFAULT_SITE" : The default Hosting site that is provisioned when a Firebase project is created.
- "USER_SITE" : A Hosting site that the user created.
Implementation
core.String? type;