It is possible to make a multiplayer game, simple 2 players #337
MiqueiasDevGames
started this conversation in
General
Replies: 3 comments 4 replies
-
You cannot do it - the developers of Firebase (the backend technology, not us!) have said it is not appropriate for realtime gameplay and you will never achieve the type of speeds you need for that. They do not support it, and they definitely do not recommend it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Like this? so how did he get it? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have not - I do wonder about it, though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use:
.update(data.key, {})
to send updates and the patch_data_updat signal, but to no avail.
it is very slow, nothing is realtime and I still have a bunch of:
request: HTTPRequest is processing a request. Wait for completion or cancel it before attempting a new one.
Help me there, how to use the realtime database correctly to have the real time and stop giving this error
Beta Was this translation helpful? Give feedback.
All reactions