Authentication using Facebook at first and then Google causes an error in Firebase for Android

后端 未结 7 920
醉梦人生
醉梦人生 2020-11-29 03:30

As I understand from the Firebase Docs, if a user authenticates his account with a credential, he should strictly login by using the same credential if the credential is not

7条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 03:58

    Allow creation of multiple accounts with the same email address is what you are looking for.

    That works fine ONLY if you check the email in your backend and that's the reference for your users. If you use the Firebase Id then that won't enable to keep unique users.

提交回复
热议问题