tool · inferred from evidence
firebase-tools
A command-line tool package for Firebase, with version 13.11.2 mentioned.
- Firebase CLI: "firebase.ps1 cannot be loaded because running scripts is disabled on this system"
How to fix: Firebase CLI: "firebase.ps1 cannot be loaded because running scripts is disabled on this system". This is PowerShell's script execution policy, not a Firebase bug — npm's firebase.ps1 shim is blocked. Three confirmed fixes: 1) s
- 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.