Search Unity

Third Party Can I use photon and Firebase

Discussion in 'Multiplayer' started by eoguz41, Feb 3, 2023.

?

Can I use photon and Firebase

  1. yes

    100.0%
  2. no

    0 vote(s)
    0.0%
  1. eoguz41

    eoguz41

    Joined:
    Sep 23, 2022
    Posts:
    3
    Hello everyone. I'm developing a multiplayer game with Unity photon, but I want to create user accounts for my game and include in-game purchases. When the user logs in to his account, I want the points he gets and the items he buys to access his account. Is it possible to use firebase and photon in the same project? thanks
     
  2. CodeSmile

    CodeSmile

    Joined:
    Apr 10, 2014
    Posts:
    6,005
    Yes. But they are separate frameworks so if you want to make them work together in any way it‘s up to you to program that behaviour.
     
  3. eoguz41

    eoguz41

    Joined:
    Sep 23, 2022
    Posts:
    3
    Thanks. So what's your advice. I'm new to game development. I want to be on the right track.