I have a Firebase Functions project with 70+ functions. It runs on Node 8.
After 5-7 full deployments I am getting an error:
You have exceeded your deployment quota, please deploy your functions in batches by using the --only flag, and wait a few minutes before deploying again. Go to https://firebase.google.com/docs/cli/#deploy_specific_functions to learn more
It is not clear what is the reason for that? Which limit I have reached? When quota will renew?
Deployment is not working after a few minutes.

