Google Cloud functions has a quota on API calls (WRITE), which makes deployments of large number of functions impossible. This can be solved by limiting the number of requests firebase-tools makes per 100 seconds by queueing and performing operations within this limitation.
I'd be willing to work on adding support for this scenario, please let me know if such a PR would be accepted. Update: don't have capacity for this at the moment.
Google Cloud functions has a quota on API calls (WRITE), which makes deployments of large number of functions impossible. This can be solved by limiting the number of requests
firebase-toolsmakes per 100 seconds by queueing and performing operations within this limitation.I'd be willing to work on adding support for this scenario, please let me know if such a PR would be accepted.Update: don't have capacity for this at the moment.