I'm trying to deploy firebase cloud functions, but I'm getting the following:
functions: got "Quota Exceeded" error while trying to update projects/...
and another error:
functions: Unhandled error cleaning up build images. This could result in a small monthly bill if not corrected. You can attempt to delete these images by redeploying or you can delete them manually at [URL].
Which quota is being exceeded? And how do I increase that quota?
Thank you.