react-redux-firebase icon indicating copy to clipboard operation
react-redux-firebase copied to clipboard

feat(auth): add updatePassword method

Open brightsider opened this issue 5 years ago • 2 comments

Please add updatePassword method

brightsider avatar Oct 05 '20 09:10 brightsider

You should be able to access through firebase.auth().currentUser.updatePassword directly. There are no needed state updates that I am aware of after updating the user's password - are you needing an action dispatch or state update for something?

prescottprue avatar Oct 07 '20 14:10 prescottprue

I'm using a firebase error to display errors. If the update password returns an error, then I should to use a custom error handle

brightsider avatar Oct 08 '20 09:10 brightsider