GooglePlay Services Login + Photon

Options
Hello !

I am not a coding pro. We are making a 3D Racing game. Decided to use Photon rela-time.
What I wanna know is, I wanna use Googleplay Login with Photon.

So, Googleplay player ID will used for identity and player could able to backup / sync the game data on multiple devices.

Where I can find docs on this or how to do it?
Any hints?

Thank You

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited January 2018
    Options
    Hi @Sutharsan,

    Thank you for choosing Photon!

    We do not provide Google as a built-in authentication provider.
    However what you can do is:

    - implement your own custom authentication provider for Google. (read Google docs).
    or
    - [recommended] use PlayFab.
    or
    - skip custom authentication and just set Google ID as Photon UserID before connecting.