When I first time sign in with Google Account, then log in using Facebook account Firbase return "ERROR_ACCOUNT_EXISTS_WITH_DIFFERENT_CREDENTIAL" It's correct because I disabled sign multi credential options from firebase console.
The problem occurs when I first log in using the Facebook account. The providers is correct, and UserInfo is shows facebook user account info. But email is not verified.
FirebaseUser user = getFirebaseUser();
user.isEmailVerified() // is false
And very strange behavior occurs when I sign in Google account.
The fist firebase does not return the same credential exception.Because I have login by facebook account. And Firebase removed facebook account, but i have login in by facebook account.
Facbook user info removed from user.getProviderData()
I have check Firebase console. There displayed that I logid in by Facebook