CoronaTeam / CoronaGame

Software Development Project 2020
3 stars 0 forks source link

Cannot dismiss the first login screen after selecting my google Account #150

Closed TheBlueHawk closed 4 years ago

Ulydev commented 4 years ago

What are the steps to reproduce? What's the expected behaviour?

TheBlueHawk commented 4 years ago

After the intro screens, I sign up with a google account but I'm not redirected to the tabView as expected, instead I still see the login screen

TheBlueHawk commented 4 years ago

The error occurs both on the emulator and a physical device. Here is the error showing up in the log: W/authenticationActivity: signInResult:failed code=12500

Ulydev commented 4 years ago

https://github.com/firebase/firebase-android-sdk/issues/664

TheBlueHawk commented 4 years ago

Thank you, now the login works as expected!