tool · inferred from evidence
Set-ExecutionPolicy
A PowerShell cmdlet used to change the execution policy for scripts.
- 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