PBJI / ultimate-tic-tac-toe-2

This is going to be a revised version of the game I previously developed back in 2021. The game is nothing but ultimate variant of tictactoe, ever heard of it? No? Then try it out with your friends and maybe with an unbeatable bot.
0 stars 0 forks source link

Firebase? How do we use it? #4

Closed PBJI closed 1 year ago

PBJI commented 1 year ago

Firebase is known for it's realtime database which is the reason why it could be considered the only viable database for a good UX in multiplayer games. Further details of implementation and integration with the rest of the backend is open to discussion.

PBJI commented 1 year ago

https://firebase.google.com/docs/web/setup

Initial setup for firebase web [tl:dr there are other setups for android, ios, desktop, etc.]