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

Possibility to check user password

Open BoeykensBrooklyn opened this issue 2 years ago • 1 comments

In my application I want to create an reset passwd page,

So I first want to check if the current password is correct, Is their a possibility to do this?

BoeykensBrooklyn avatar Mar 15 '23 18:03 BoeykensBrooklyn

To check password is correct you need to call SignInWithEmailAndPasswordAsync, if it succeeds the password was correct

bezysoftware avatar Jul 13 '23 10:07 bezysoftware