I have a hosted site on firebase which I am not using anymore. I still want to keep the project but want to remove the hosted site. Is there any way to do this or do I just need to upload an empty directory. Doesn't seem to be an option in the UI
It can be deleted.
firebase hosting:disable
through the firebase-tools
CLI first.Hosting
from the menu of the left.Deployed
, disabled
, etc.