Relative Content

Tag Archive for androidfirebasekotlinfirebase-authentication

Why is verify user email by email link using firebase failing?

in my app the user logged in using phone number auth from firebase , after logged he can add his email from profile fragment , i want to verify this email by sending email link from firebase but the problem always Failed to send the email, i dont know why

Firebase throws “Given sign-in provider is disabled for this project” error when I try to sign up user via app but able to add user via console

When I try to create an new user for my Android app using Email/Password sign-in provider, Firebase Authentication throws “The given sign-in provider is disabled for this Firebase project. Enable it in the Firebase console, under the sign-in method tab of the Auth section. [ Please verify the new email before changing email] ” error, even though Email/Password sign-in provider is enabled for the project.