Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 479 Bytes

TECHDEBT.MD

File metadata and controls

4 lines (3 loc) · 479 Bytes

in Game Lobby, updating challenger and challenger_name within a doc doesn't seem to be triggering a collection update, despite docs indicating doc updates will result in client notifications https://firebase.google.com/docs/reference/node/firebase.firestore.CollectionReference

currently accepting local events, which can cause rubber-band behavior - prefer only reacting to server events for important state updates (unimportant state updates are fine to receive local events)