Hello everyone. I am developing an online quiz app...
# random
h
Hello everyone. I am developing an online quiz application on android. 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
I don't have any experience with Firebase other than noting their API looks fine. But for a quiz game, I don't think latency will be the problem, I'd be more aware of the cost of Firebase, which I hear can snowball quickly. I'm more of an AWS person myself, but obviously, AWS operates at a much lower level than Firebase.