Save Data when No Players are Connected

Options
I would like to know if its possible to "save" data like a ranking and how to proceed ?
My interrogation its about if all clients are disconnected, so all the data of the games will vanish ?

I need to know how save the data if no players are connected.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Jimanji,

    Thank you for choosing Photon!

    Photon does not persist data.
    You need another external third-party service for this like PlayFab or player.io etc.

    You could integrate those services with Photon using Webhooks or WebRPCs.
    Another option is to self-host and modify server code or go for custom server plugins.
  • Jimanji
    Options
    Thank you for the answers !
    I will search on this ways.