【发布时间】:2022-12-01 20:44:11
【问题描述】:
What is the best option for a Multiplayer iOS, Android quiz game with rooms of 15 players, Realtime Database vs. Cloud Firestore database ? Thanks !
【问题讨论】:
标签: firebase firebase-realtime-database
What is the best option for a Multiplayer iOS, Android quiz game with rooms of 15 players, Realtime Database vs. Cloud Firestore database ? Thanks !
【问题讨论】:
标签: firebase firebase-realtime-database
Cloud Firestoreis the best option.
Both are no-SQL languages. Firestore is most fastest, well-structure and designed for rich queries as well. Whereas Realtime can be convenient if data needs to be synced. As you are developing a multiplayer game, you need to fetch queries runtime & should be fasted to respond all other players in the same match.
【讨论】: