Problem with Wallet Address to Firebase connection #1112
kylesdesigns
announced in
Help
Replies: 1 comment
-
Hey @kylesdesigns Could you share the code snippet where the web3auth initialization and login are happening? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
We are integrating email web3auth in our typescript project with popup. We used "email_passwordless" as provider.
But if we try to login with 2 different email accounts in google, we end up getting the same address.
If we login with "aaa@mail.co", the address is 0x0000
and if we log in with "bbb@mail.co", the address is also 0x0000.
We have tried to logout from web3auth but didn't fix the issue.
Has this happened to anyone else and if so how did you fix it?
Beta Was this translation helpful? Give feedback.
All reactions