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

Missing useConfirmPasswordReset hook?

Open lvl99 opened this issue 2 years ago • 0 comments

I'm trying to implement the reset password flow in my app and I noticed that this library is missing references to the firebase/auth confirmPasswordReset function. Is this by design that it is missing? I've utilised the async function from firebase/auth but would have used the hook if it were there!

lvl99 avatar Jan 03 '24 13:01 lvl99