Currently I am using firebase as my custom auth provider in my custom verifier. However before committing, I want to know if its possible to move away from firebase to another custom auth provider (non-google) and plug that in the same custom verifier (basically if I would be stuck in firebase?). This would mean that I export the auth data of my users from firebase into the new database with its own auth system, and plug this in to the existing web3auth custom verifier.
The expected behaviour after migration is:
- My users are able to login the dapp as usual using the email they used to sign-up even before the migration happened
- using this email, the same old web3 address is connected (not a new address created)
So the export of data and new data base + custom auth would be done on my side, but to safely plug in to an existing web3auth verifier, how would this be done?
Originally posted by: junhuang-ho
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/436