Firebase auth login with facebook, with hotmail

My app is using the FirebaseUI API and recently a user who is using the Facebook login button who also has an email address "@ hotmail.com" cannot log into the app and in the FUIAuthUI delegate method I get the following error:

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.}

      

I couldn't figure out what was going on. Firebase-auth version is 3.1.0, firebaseUI 3.0. and ios +9.0

It should be noted that the Android partner of the application does not have this problem.

+3


source to share





All Articles