product · inferred from evidence
RemoteSigned
A PowerShell execution policy that allows local scripts and requires downloaded scripts to be signed by a trusted publisher.
- 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