GoolgeProvider signIn it return undefined
Unanswered
Atlantic mackerel posted this in #help-forum
Atlantic mackerelOP
I tried this :
but all return undefined everything
how can I fix it?
async signIn({email, password}: any) {
const isAllowedToSignIn = true
console.log("test " + email + password)
} but all return undefined everything
how can I fix it?