CSFrequency/react-firebase-hooks

useSendEmailVerification missing actionCodeSettings

Crocsx opened this issue · 0 comments

Similar to this PR

#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)