Instead of using the normal firebase authentication methods I want to use web3 (specifically metamask) to provide signup/login without the need of email and passwords. The problem is, how do I handle signups?
One way I thought of doing it would be to use the users wallet address as the email and just add my domain as the @ part for example: 0x0000000000000000000000000000000000000000@example.com but then the problem is how do I add a password for firebase to use?
Is there anyway to authenticate using metamask?