Generated wallets for user are different in Web SDK and React Native SDK #1114
Replies: 3 comments 4 replies
-
Hi did you find a solution? |
Beta Was this translation helpful? Give feedback.
-
Can you tell me which SDKs are you using? Web3Auth should return the same key if you're using the same verifier and client id & network across any of the SDKs. Please note that even while using the same google account with custom authentication (another verifier) the keys will change, however, if the configs are same across different SDKs, the resultant keys will be the same. You can check our examples and test it out:
You can test in our hosted examples here as well: |
Beta Was this translation helpful? Give feedback.
-
@yashovardhan : I had a question regarding this
Let's say I have a verifier named |
Beta Was this translation helpful? Give feedback.
-
Does web3auth generates different wallets for the same social account if different SDKs was used with the same clientId ? I created a web app and react-native app and got 2 different wallets generated. when connected via the same Google account. Question is - is it intended that way, if so, is there a workaround?
Beta Was this translation helpful? Give feedback.
All reactions