tool · inferred from evidence
firebase deploy
A command-line tool used to deploy Firebase functions.
- Firebase deploy fails: "Cloud Runtime Config is currently experiencing issues, which is preventing your functions from
The root cause is server-side on Google's end: firebase deploy calls the Cloud Runtime Configuration API (runtimeconfig.googleapis.com) during functions deploys, and when that API 500s the deploy halts.
- Firebase deploy fails with "Quota Exceeded" when deploying many Cloud Functions
Deploying ~169 Cloud Functions at once bursts past the per-minute API write quota and fails flakily. Deploy in small batches of ~20 with pauses, or deploy only changed functions.