Hello,
I am having issues after downloading the latest firebase-tools where my deployment of Cloud functions now fails with:
Error: Cloud Runtime Config is currently experiencing issues, which is preventing your functions from being deployed. Please wait a few minutes and then try to deploy your functions again.
I have tried reverting to the previous version, and downgrading further but the issue persists. Has anybody got a solution to fix this?
thank you for your time
Ryan
Hi @ryanstratocraft,
Welcome to the Google Cloud community!
It seems that you may have been affected by a known issue posted in Firebase CLI GitHub which pinpoints an issue in Cloud Runtime Config affecting the way functions are deployed through Firebase CLI. It eventually got resolved just recently. To confirm this, you can try re-deploying your function and verify if it now succeeds.
If the issue persists, you can deploy your function through GCloud, or while reproducing the same steps, you can disable the Cloud Runtime Config API along the way (if your use-case doesn't depend on the use of this API).
To get further help, contacting Google Cloud support, Firebase support or filing an issue through the Firebase CLI GitHub may be the recommended next actions for you which will prompt our engineers to conduct a deeper investigation on the issue you encountered.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.