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

TypeLoadException: Could not do anything

Open simonemontella opened this issue 3 years ago • 0 comments

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

simonemontella avatar Aug 09 '22 12:08 simonemontella