resulturan / refine-firebase

MIT License
43 stars 22 forks source link

Firebase: Error (auth/missing-email) #13

Closed xszaryx closed 3 months ago

xszaryx commented 1 year ago

Hi, I'm starting a new app with refine and I'm trying to connect it to my Firebase. I'm getting an "Firebase: Error (auth/missing-email)" when trying to login in using firebase auth provider.

image

I'm only having Google sign-in provider enable on firebase side.

neondeex commented 8 months ago

Hi, I'm starting a new app with refine and I'm trying to connect it to my Firebase. I'm getting an "Firebase: Error (auth/missing-email)" when trying to login in using firebase auth provider.

image

I'm only having Google sign-in provider enable on firebase side.

How do you fix?

SergiOca87 commented 6 months ago

Any fox for this?

cpboyd commented 6 months ago

I think part of the issue is that firebaseAuth is currently only supporting signInWithEmailAndPassword: https://github.com/resulturan/refine-firebase/blob/master/src/firebaseAuth.ts#L64

resulturan commented 6 months ago

You are right, @cpboyd. I can accept any contributions.