CSFrequency / react-firebase-hooks

React Hooks for Firebase.
Apache License 2.0
3.55k stars 304 forks source link

Missing useConfirmPasswordReset hook? #320

Open lvl99 opened 6 months ago

lvl99 commented 6 months ago

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!