0
votes

When I try to deploy my Firebase app, I get the following error:

Error: Cloud Functions deployment requires the pay-as-you-go (Blaze) billing plan.

I no longer want to use Cloud Functions on my app, and I have no references to Cloud Functions in my code. How can I now deploy my app without Cloud Functions?

1
If not Cloud Functions, then what are you trying to deploy? - Frank van Puffelen
What does the firebase.json look like, and what command are we using to deploy? - hrgui
This question may help you out. It might be necessary to remove all the old functions that are currently deployed to Firebase. - Tom Anderson

1 Answers

0
votes

if you are just deploying hosting you can say so

firebase deploy --only hosting

this will not deploy functions