gheorghedarle / Xamarin-ToDoApp

Todo App is a simple to do app developed with Xamarin
MIT License
129 stars 36 forks source link

Sign Up is not working #4

Closed SufianHamoudi closed 2 years ago

SufianHamoudi commented 2 years ago

In the SignUpViewModel.cs Line 85 and 86, "var created" returns a false value.

Are there any steps that I am supposed to use to make the registration functionality work? Keep in mind that I have already enabled Email/Password auth in the Firebase Console.

SufianHamoudi commented 2 years ago

I just solved the problem. Turns out, the timer in my Android Emulator was way off and not correct. I fixed the the date and time in the settings and performed a cold boot to force refresh time and date in the emulator.