You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
As soon as I call SignInWithCredential in the app the app got stuck, there is no return coming from SignInWithCredential. The code sample and Firebase versions I am using given below.
@remeesms I have just tested our auth sample and everything seems to be working correctly. Can you try deleting your app from your phone/simulator, delete bin and obj folders and try again, please? Maybe some cache files got corrupted after updating the NuGet and it's messing with the debugger and with the app flow. This can happen rarely but it happens sometimes. I have faced that before.
If that does not work, can you provide a test case? Thanks in advance!
@SotoiGhost Yeah it's working after removing the cache and bin & obj. But the "SignInWithCredentialAsync" is working instead of "SignInWithCredential". Thanks for the support.
As soon as I call SignInWithCredential in the app the app got stuck, there is no return coming from SignInWithCredential. The code sample and Firebase versions I am using given below.
Firebase versions using:
Implementation:
There is no error nothing, the code flow not continuing after "Auth.DefaultInstance.SignInWithCredential"
The text was updated successfully, but these errors were encountered: