Open
Description
I have firebase init user with google play game server auth code successfully. However even there was the same user with google account and I have set preventing authenticate multiple account with the same email, it still result in separate ID and doesn't merge with existing user
And PhotoUrl is null
when authenticate with play game service. It should return at least the PlayGamesPlatform.Instance.GetUserImageUrl()
Are these the expected behaviour of play game auth?