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

useSendEmailVerification missing actionCodeSettings

Open Crocsx opened this issue 1 year ago • 0 comments

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)

Crocsx avatar Jan 01 '24 13:01 Crocsx