Firebase Allowing Multiple Accounts from Same Email Address

前端 未结 3 1299
暖寄归人
暖寄归人 2021-02-07 06:01

Within the Firebase console I have specifically set it to only allow \"One account per email address\". This is found on the sign-in method tab under \"advanced\".

I

3条回答
  •  梦如初夏
    2021-02-07 06:11

    Step 1 : Go to Firebase Console > Authentication > Sign in method. Check the option preventing multiple account creation with single email id.

    Step 2 :The following documentation explains how to connect multiple providers to a single account using custom method.

    https://firebase.google.com/docs/auth/web/account-linking

提交回复
热议问题