Hello everyone. I am developing an online quiz app...
# android
h
Hello everyone. I am developing an online quiz application. Do you think Firebase is suitable for real-time multiplayer? The game I want to do will be like a quiz up application. Is there a platform you recommend if Firebase is not suitable? i didnt find any example. I'm a little nervous about latency. I couldn't decide between websocket or firebase. what is your suggestion?
c
Firebase has always been very quick and snappy for myself. I would recommend checking on their upper limits though to make sure you are comfortable with those. Last time I checked I thought their max concurrent connections was 100k but not sure on the costs associated with that.
h
Thank u for your answer
The thing I care most about is latency
which platform(firebase, websocket etc.) is best for mobile app to make realtime quiz app?
c
I'm pretty sure firebase uses websockets under the hood for their real time database
h
Thank u @Cody Engel