On a Vue app I enabled firebase functions to send messages from contact form.
I do not want to use functions anymore, but only hosting and firestore.
I have removed the function from index.js in functions folder, but when I do firebase deploy
I get:
Error: Your project must be on the Blaze (pay-as-you-go) plan to complete this command. Required API cloudbuild.googleapis.com can't be enabled until the upgrade is complete.
This happened after upgrading to node 10, and it's the reason I don't want to use functions anymore.
How do I remove functions completely from project?