Possibility to check user password
BoeykensBrooklyn opened this issue · 1 comments
BoeykensBrooklyn commented
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?
bezysoftware commented
To check password is correct you need to call SignInWithEmailAndPasswordAsync
, if it succeeds the password was correct