Firebase使用facebook登录,使用hotmail登录

时间:2017-04-06 21:15:19

标签: ios firebase firebase-authentication facebook-login firebaseui

我的应用程序使用FirebaseUI API,最近使用API​​的登录Facebook按钮的用户,也有一个电子邮件“@ hotmail.com”,无法登录到应用程序,并且在委托方法中FUIAuthUI我得到了下一个错误:

Error Domain=FIRAuthErrorDomain Code=17999 "An internal error has occurred, print and inspect the error details for more information." UserInfo={NSUnderlyingError=0x1744508f0 {Error Domain=FIRAuthInternalErrorDomain Code=3 "(null)" UserInfo={FIRAuthErrorUserInfoDeserializedResponseKey={
    code = 400;
    errors =     (
                {
            domain = global;
            message = "Network error while to fetch USERINFO from FACEBOOK.";
            reason = invalid;
        }
    );
    message = "Network error while to fetch USERINFO from FACEBOOK.";
}}}, error_name=ERROR_INTERNAL_ERROR, NSLocalizedDescription=An internal error has occurred, print and inspect the error details for more information.}

我无法弄清楚发生了什么。 firebase-auth的版本是3.1.0,firebaseUI 3.0。和ios +9.0

必须注意的是,应用程序的Android版本没有这个问题。

0 个答案:

没有答案