f-miyu / Plugin.FirebaseAuth

MIT License
61 stars 26 forks source link

Error with SignInWithCredentialAsync(credential) #37

Open MickCG opened 3 years ago

MickCG commented 3 years ago

First is the nuget package for this plugin still work on a new project with updated components? The reason I ask, I have a project that frankly has beat my butt. I was working on other things for about a month then came back to my test project where I am pulling data from firebase. This was working with no problem, but I was before using a webview and now Facebook will block apps that use it at some point. I changed my methodology for retrieving the access key, and have checked it and it is valid. I get an error on the sign-in, and suspect that since the package is getting a little old something in the code does not work with newer xamarin.forms nuget packages."Plugin.FirebaseAuth.FirebaseAuthException Message=The supplied auth credential is malformed or has expired. [ Unsuccessful debug_token response from Facebook: {"error":{"message":"Error validating application. Application has been deleted.","type":"OAuthException","code":190,"fbtrace_id":"ATvHEdYVGVndWYB3SZmemib"}} ] Source=mscorlib"