标签: javascript firebase firebase-authentication
我正在使用Firebase在javascript中进行Web应用程序身份验证。
当我尝试在用户最初使用社交帐户(Google)注册时尝试添加电子邮件提供商时,我收到以下错误消息:
{ code: "auth/email-already-in-use", message: "The email address is already in use by another account." }