CSFrequency/react-firebase-hooks

useSignInWithEmailLink is returning error: true

Closed this issue · 1 comments

const [
signInWithEmailLink,
signedUser,
error,
] = useSignInWithEmailLink(auth);

I'm using useSignInWithEmailLink in this way.
After clicking on the link in the email I've been redirected to the page containing this code and get an error that is true
no messages no other errors and than the user is correctly logged in

console.error(error)
Image

I was expecting error as third parameter instead of fourth. Sorry, my bad.