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
This does not work for me. It only returns the email I provided it. I am using Email/Password Provider type. Does it work for anyone? FetchUserProvidersResult result = await client.FetchSignInMethodsForEmailAsync(email)
The text was updated successfully, but these errors were encountered:
@bezysoftware
My goal was to verify the existence of the email that was passed in as an argument. I assumed that the function would return null or something similar if the email was not found. However, in my tests, the function always returns the same email that was passed in, regardless of its existence.
This does not work for me. It only returns the email I provided it. I am using Email/Password Provider type. Does it work for anyone?
FetchUserProvidersResult result = await client.FetchSignInMethodsForEmailAsync(email)
The text was updated successfully, but these errors were encountered: