Relative Content

Tag Archive for androidfirebasekotlinfirebase-authenticationandroid-jetpack-compose

How can I verify whether the email exists using Firebase?

I have implemented the firebase authentication using google and using email and password but the issue is the user can just type in the email that just does not exist. So how can i make sure that the email exists using firebase in android. In kotlin