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.
According to the Firebase CLI documentation, you can use the hosting:disable
command:
firebase hosting:disable