type
The type of the release; indicates what happened to the content of the site. There is no need to specify DEPLOY
or ROLLBACK
type if a version_name
is provided. DEPLOY: A version was uploaded to Firebase Hosting and released. Output only. ROLLBACK: The release points back to a previously deployed version. Output only. SITE_DISABLE: The release prevents the site from serving content. Firebase Hosting acts as if the site never existed Possible values are: DEPLOY
, ROLLBACK
, SITE_DISABLE
.