tool · inferred from evidence
firebase.cmd
A command script shim for the Firebase CLI, used as a fallback in PowerShell.
- 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) safest: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser in PowerShell (no admin needed, allows locally-crea