step-up-labs/firebase-authentication-dotnet

Possibility to check user password

BoeykensBrooklyn opened this issue · 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?

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