-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Account doesn't work. #27
Comments
Hi @reknoZ thanks for reporting this problem! The codebase was updated a few times since March. Can you please pull the most recent code on the main branch, then open the Please let me know if the create account flow works for you when you run the most recent version! |
Hello @marinacoelho I'm having the same problem. When I press the create account button, the screen shows me the snackbar with this message "The given sing-in provider is disabled for this Firebase project. Enable it in the firebase console, under the sing-in method tab of the Auth section. [ Please verify the new email before changing email.]" So, I followed the steps on the firebase console and I enabled the email authentication. But I don't understand where is the problem. Thanks for yours answers. |
I found a solution. You can go to Authentication -> Settings -> User actions and disable "Email enumeration protection (recommended) " For me, this setup works. I found this setup here |
This app isn't able to run on my PC. Is it because of the absence of the MainActivity.kt file? |
I followed the four steps from the Codelab section (#3 Firebase Authentication) and ran the application in the Simulator.
I tried to create an Account, but when I click the "create account" button, it "clicks" but nothing happens. Firestore Authentication doesn't show a new entry, the create account screen is still visible.
I also tried to use the code from the completed project I downloaded from GitHub. I also compared it to the code I modified from the Codelab - my changes are the same lines found in the completed project.
The text was updated successfully, but these errors were encountered: