CSFrequency / react-firebase-hooks

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

useSendEmailVerification missing actionCodeSettings #318

Open Crocsx opened 6 months ago

Crocsx commented 6 months ago

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)