react-firebase-hooks
react-firebase-hooks copied to clipboard
Missing useConfirmPasswordReset hook?
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!