I'm using Visual Studio to debug an Angular application that needs to authenticate through Firebase. I've installed the "Debugger for Chrome" and things are working fine until... I need to login which authenticates via Firebase. At that point Chrome opens a new window (as expected) but after trying to login I get:
"Couldn't sign you in This browser or app may not be secure. Try using a different browser. If you’re already using a supported browser, you can refresh your screen and try again to sign in."
What's particularly strange/frustrating is that if I run the application without the debugger it appears to use the same installation of Chrome and I don't get the error.
Appreciate any help!