roshan
September 15, 2023, 5:24pm
1
Archived Content from Web3Auth Community
This topic was originally posted by roshan on 9/15/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
Hi,
Is it possible to get a list of all the wallet addresses generated for social login using a specific client ID?
Thanks
vjgee
September 15, 2023, 6:21pm
2
@roshan Welcome Aboard!
Your request has been forwarded to our team to check and we will get back to you with further updates.
roshan
September 15, 2023, 9:43pm
3
Cool thanks, FYI for our requirement this doesnโt have to be programatic access, could be through some UI or wherever is easiest.
vjgee
September 29, 2023, 6:05am
4
Thanks for your patience.
We do not store this information on our end. However, you can check out our extenstion which can help you with your request:
<a href="https://extensions.dev/extensions/web3auth/web3-wallet-generator" target="_blank" rel="noopener">extensions.dev</a>
Generate Ethereum Wallet Address with Web3Auth using it's MPC based Key Management System (KMS) and store it in Firebase Realtime Database.
Alternatively, you can also maintain this information on your backend server by calling web3authProvider.request({ method: "eth_address" });
Hope this helps!