hbx-luv / codetango

The best way to play Codenames online
https://play.hbx.vision/
GNU General Public License v3.0
2 stars 3 forks source link

Use serverTimestamp() throughout the app #105

Open Matttaylor8910 opened 3 years ago

Matttaylor8910 commented 3 years ago

The most notable bug around timestamps is that a clue given from a spymaster on a device that has its clock far behind the other spymaster's device will result in the clues showing up in the wrong order, since they order by timestamp. The timer would also be affected by this if a tile is clicked by someone with their clock not set right.