step-up-labs / firebase-authentication-dotnet

C# library for Firebase Authentication
MIT License
376 stars 129 forks source link

TypeLoadException: Could not do anything #173

Closed simonemontella closed 1 year ago

simonemontella commented 2 years ago

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, Culture=neutral, PublicKeyToken=null') assembly:Firebase.Auth, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null type:Firebase.Auth.FirebaseAuthProvider member:(null) got whenever i call: var authProvider = new FirebaseAuthProvider(new FirebaseConfig("api-key"));

Anyone can help? I'm trying to switch from classic firebase auth implementation to this magnific package

PS: The Exception is type of "TypeLoadException", like it can't use the package at all because it doesn't load.. i'm using it with Xamarin Forms