backend database

I am using Photon Cloud to develop a RPG game with huge open world. How is the backend database going to work? Does Photon Cloud have database built in? if not, what database will you recommend me to use? what if i use Facebook auth? will database situation be different? what if i use PlayFab?

Comments

  • Hi,

    no, Photon does not have a backend/database built-in.

    With Photon Cloud you could
    - use it together with PlayFab (where they would do the persistence for you)
    - use it with webhooks and host your own backend/DB

    With Photon Server
    - you can use any DB accessible from .NET code
    - use it with either self-hosted DB or 3rd-party DB