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.
Syntax of both try/catch and setting OnSuccess/OnFailure listeners on signInWithEmailAndPassword?
I am writing some Kotlin classes to log in to an app using Firebase email/pass login. Currently the function is:
java.lang.ExceptionInInitializerError in kotlin android app
I have cloned instagram clone app from the github,