firebase-authentication-dotnet
firebase-authentication-dotnet copied to clipboard
Possibility to check user password
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