android - Is Firebase suitable for real-time board game backend? -
the game not complex @ -a simple board game. complexity comes fact when 1 player makes move, opponent must information immediately.
obviously responsibility of backend. plan use firebase purpose, not sure if firebase capable pass thru tons of messages this. , know has cons because it's cheap , mbaas cloud service.
reading docs did not tell me - bragging how can all.
does have personal experience firebase , real-time game exchanges lot of messages between 2 players? need special setup in code?
yes suitable. build game ios using firebase backend , capable handling messages. don't need special setup include sdk , configure firebase in appdelegate class , voila start using real time database.
short description: firebase cloud hosted realtime database database. data stored json , synchronized in realtime every connected client. when build cross-platform apps our ios, android, , javascript sdks, of clients share 1 realtime database instance , automatically receive updates newest data[description firebase].
Comments
Post a Comment