❔ Blazor and Firebase for google login
Hi folks, I think this is the best place for getting help with firebase 
I'm integrating firebase into a Blazor WASM app. I'm including all the js via CDN and it works great. Firestore is working great too.
But when trying to use Google auth it fails. I use signInWithPopup the popus opens, I do the login and then in the last stage it hangs and nothing happens.
The only ouptuts I see are in the console window:
and in the output window at visual studio:
Any clue what can be going on ??
I'm integrating firebase into a Blazor WASM app. I'm including all the js via CDN and it works great. Firestore is working great too.
But when trying to use Google auth it fails. I use signInWithPopup the popus opens, I do the login and then in the last stage it hangs and nothing happens.
The only ouptuts I see are in the console window:
fail: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] sending error response for id: msg-5778A631C0B077399646907208960C05:::1126 -> [Result: IsOk: False, IsErr: True, Value: , Error: { "code": -32601, "message": "'DotnetDebugger.setDebuggerProperty' wasn't found" } ]
and in the output window at visual studio:
Could not read source map for file:///[.....]wwwroot/firebasejs/firestore/dist/index.esm2017.js: ENOENT: no such file or directory, open 'c:\[.....]\wwwroot\firebasejs\firestore\dist\index.esm2017.js.map'
Any clue what can be going on ??