Hi,
I'm having a couple of issues with the firebaseauth library:
Thanks.
I'm having a couple of issues with the firebaseauth library:
- let's say I sign in with google. If I sign out and then I click on the sign in button again, it doesn't let me choose a new profile, but it enters automatically on the previous one. Is it supposed to work that way? Is it possible to disable this option and force the reauthentication every time someone click on the sign in button?
- I was testing if all the sign in methods worked. I signed in with google and it worked (except for the previous point). I signed out and tried to sign in with facebook but it failed and the following line in the logs showed:
error: com.google.firebase.auth.FirebaseAuthUserCollisionException: An account already exists with the same email address but different sign-in credentials. Sign in using a provider associated with this email address.
Thanks.
Last edited: