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
The problem was not solved. coz, credential.token != null is always true.
so, I never can call the "signIn(credential)" method.
If I input the right OTP code without checking the credential.token != null condition then it can create a user.
but, I also want to check whether the input wrong/ invalid OTP code.
if invalid OTP code inputted then the unhandled exception occurred which I already mentioned above.
The problem was not solved. coz, credential.token != null is always true.
so, I never can call the "signIn(credential)" method.
If I input the right OTP code without checking the credential.token != null condition then it can create a user.
but, I also want to check whether the input wrong/ invalid OTP code.
if invalid OTP code inputted then the unhandled exception occurred which I already mentioned above.
Originally posted by @ShohidulProgrammer in #3626 (comment)
The text was updated successfully, but these errors were encountered: