firebase-unity-sdk icon indicating copy to clipboard operation
firebase-unity-sdk copied to clipboard

Play game auth not merge account with google signin and doesn't get PhotoUrl

Open Thaina opened this issue 7 years ago • 3 comments

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?

Thaina avatar Sep 02 '18 08:09 Thaina

@Thaina did you resolve your issue? Any chance you can get the photo url from Play Games instead?

stewartmiles avatar Oct 03 '18 18:10 stewartmiles

@stewartmiles I haven't test with PGS since unity firebase sdk 5.2

And it's not that I can't get photoURL from PGS directly. I just want to tell you that firebase SDK should do that from the firebase pipeline itself

Thaina avatar Oct 04 '18 01:10 Thaina

Yep understood thanks for the feedback, we've filed this as a feature request.

stewartmiles avatar Oct 08 '18 20:10 stewartmiles