Search code examples
firebasefirebase-hosting

How do I temporarily shut down or turn off a firebase web app?


As the question says , i don't want to delete the app , i just want to turn off so that bandwidth isn't wasted (it is just a ReactJS testing app) , is there any way I can turn it off like in Heroku where i can put the app to maintenance and it automatically revokes access to the app.


Solution

  • According to the Firebase CLI documentation, you can use the hosting:disable command:

    firebase hosting:disable