When login first then immediatly show:- "Uncaught TypeError: inputArgs[0].match is not a function" this error .
I'm using react-firebase-auth hook. when I try loging it login successfully . my code like as=
import useSignInWithGoogle form react-firebase-hooks
const [signInWithGoogle, user, loading, error] =useSignInWithGoogle(auth);
if (user) {console.log(user)}
it show first 2 result like -UserCredentialImpl and then show:
Uncaught TypeError: inputArgs[0].match is not a function
and the again show UserCredentialImpl and again:
Uncaught TypeError: inputArgs[0].match is not a function