skip to Main Content

I need help to delete my backend from firebase hosting.

I initially tried to deploy by linking my project from github, but the deploy failed multiple times. I want to try and delete my backend from the dashboard, and reconnect, but there is no option to delete.

I later tried to deploy via the terminal: firebase deploy which was successful, but my intial failed attempts via github are still showing in my dashboard.

Any help is greatly appreciated!

[enter image description here](https://i.sstatic.net/Ew9vVWZP.jpg)

Selecting project backend does not have an option to delete or unlink.

2

Answers


  1. go to fire base console
    then click your project
    in left hand coner there is hosting tab
    click the three dot and delete.
    After delete you can go to github action under the hosting tab go to connected git hub repo section and disconect your project.
    try this way if your not tried yet.

    Login or Signup to reply.
  2. Did you find a way to do this, I’m facing the same problem. Cannot delete a rollout once it’s created.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search