Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I remove a hosted site from firebase

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

like image 208
dpix Avatar asked Mar 04 '17 01:03

dpix


People also ask

How do I undeploy from Firebase?

“how to undeploy firebase hosting” Code Answer's Run firebase hosting:disable through the firebase-tools CLI first. Go to Firebase Console and select Hosting from the menu of the left. actions like Deployed, disabled, etc. menu will be available for you to choose the action to delete the deployment.

How do I Turn Off Firebase Hosting?

Run firebase hosting:disable through the firebase-tools CLI first. Go to Firebase Console and select Hosting from the menu of the left. You will see the deployed project with a list of your historical actions like Deployed, disabled, etc.

How to delete a deployment in Firebase?

Go to Firebase Console and select Hosting from the menu of the left. You will see the deployed project with a list of your historical actions like Deployed, disabled, etc. Only after you have disabled the site, the "three vertical dots" menu will be available for you to choose the action to delete the deployment.

Is Firebase Hosting available in my region?

Firebase Hosting provides fast and secure hosting for your web app, static and dynamic content, and microservices. This resource may not be available in your region. Firebase Hosting is production-grade web content hosting for developers.

How do I add static assets to a firebase project?

Add your static assets to a local project directory, then run firebase init to connect the directory to a Firebase project. In your local project directory, you can also set up Cloud Functions or Cloud Run for your dynamic content and microservices .


1 Answers

It can be deleted.

  1. Run firebase hosting:disable through the firebase-tools CLI first.
  2. Go to Firebase Console and select Hosting from the menu of the left.
  3. You will see the deployed project with a list of your historical actions like Deployed, disabled, etc.
  4. Only after you have disabled the site, the "three vertical dots" menu will be available for you to choose the action to delete the deployment.
like image 102
Eric Tan Avatar answered Sep 20 '22 21:09

Eric Tan