© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
1 reply
javi.rs

❔ 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:

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" } ]

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'

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 ??
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ Firebase and Blazor assistance
C#CC# / help
13mo ago
❔ Blazor external login
C#CC# / help
3y ago
WinForms blazor login sytem
C#CC# / help
2y ago
✅ Maui Firebase Google Sign in issue.
C#CC# / help
7mo ago