firebase-authentication-dotnet icon indicating copy to clipboard operation
firebase-authentication-dotnet copied to clipboard

C# library for Firebase Authentication

Results 58 firebase-authentication-dotnet issues
Sort by recently updated
recently updated
newest added

I cannot go around this error that doesn't allow me to do any operation: `Could not resolve type with token 010000c4 from typeref (expected class 'Firebase.Auth.FirebaseAuthProvider' in assembly 'Firebase.Auth, Version=1.0.0.0,...

Hello, I'd like to request that the `DeleteUserAsync()` method also works with the LocalId property of the user to delete it. Currently, only FirebaseToken is supported which I am not...

stale

Hello. I got an error when trying to authenticate via github. I added client id client secret github.com in Authorized domains callback url: https://demoexm-ec418.firebaseapp.com/__/auth/handler and created access token Here is...

stale

![FirebaseAuth](https://user-images.githubusercontent.com/88656998/128784287-fd29203e-064f-44e9-8ef5-612acdf53e18.png) I am getting this error while creating the auth provider. Therefore I cannot go ahead and use the various methods underlying this class.

stale

Is it possible to use this library to authenticate with apple id ?

Typically JWT holds claims for users. This is supported in firebase in the other SDK's which can set the claims associated with a user. https://firebase.google.com/docs/auth/admin/custom-claims This is almost certainly an...

enhancement

I am trying to logout from Google, but when I try to sign out, it doesn't let me choose another google account > `await FirebaseUI.Instance.Client.SignOutAsync();`

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I have an issue when the assembly of my WinForms app is sign. The login don't work and throw this error `Exception thrown: 'System.TypeInitializationException' in app.exe`. It doesn't matter if...