You are viewing a single comment's thread from:
RE: Hodl the Coin goes Open Source!
Haha, cool project with using phaser.
I assume firebase is used to store the leaderboard data of the winner in the games?
Haha, cool project with using phaser.
I assume firebase is used to store the leaderboard data of the winner in the games?
Thanx! I love the Phaser engine :) - and yes, Firebase is used, the new Firestore database to be specific. At the beginning, we did not even want any highscore list, so this was an easy solution without the need to use our own database. Maybe we will switch to MongoDB later though :)
Firebase is easy enough to setup without thinking too much about the design and schema of database, and it is also quite fast to use to develop stuff in short time.