You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
nyamage, ippeiukai, jaycosaur, mad-it, Jank1310 and 3 more