Search code examples
firebasefirebase-cli

How to disable a Firebase service


I recently started using firebase and I selected all of the options when using firebase init

And now I can't deploy. I searched the docs and did not find an answer.


Solution

  • Each of the services is just a node in the firebase.json file that is generated for you. So you can disabled the service by removing that node from the file.