If you are on Windows
here is what you have to follow:
- Press the
[windows]
button and then typePowerShell
. - Run as
Adiministrator
- Copy and Paste the following command and hit
[Enter]
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
- Type
Y
and hit[Enter]
- Rerun the command and type
A
hit[Enter]
- Close the powershell and try again
Good luck.
Then to open firebase authentication browser screen
firebase login --interactive
0 Comments