To Verify That Your Email Address Is Already Registered in Firebase Authentication

Asked 1 years ago, Updated 1 years ago, 79 views

How do I verify that my email address is already registered in Firebase Authentication?
The language is Kotlin

database kotlin firebase

2022-09-29 22:40

1 Answers

You can do it using fetchSignInMethodsForEmail.If you are using password authentication, you will probably get a ["password"] if you are registered.


2022-09-29 22:40

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.