react-firebase-hooks
react-firebase-hooks copied to clipboard
useSendEmailVerification missing actionCodeSettings
Similar to this PR
https://github.com/CSFrequency/react-firebase-hooks/pull/217
It looks like
const [sendEmailVerification, sending, error] = useSendEmailVerification(auth);
Do not allow to pass a actionCodeSettings which is kind of annoying when we want to redirect users after verification.
I think it's not an hard task, and can take a look but want to confirm first (and see if it will be merged eventually or be pending forever)