tablechamp-app
tablechamp-app copied to clipboard
Table Sports Leaderboard App (FireBase back-end)
Is there a way to reset all games but keep all players?
Occasionally a mistake is made and I need to delete a game. Is there a way to do with without digging through the DB?
Is there a way to display the leaderboard in view mode only, without having to log in?
I must have missed something somewhere but I cannot log into tablechamp. I have set everything up in Firebase and installed the CLI (been able to connect from the command...
Any chance this will be updated to reflect changes to the GCP console and Firebase setup pages?
Player statistics in double mode were incorrectlly pulled from single mode.
Love this! Had it setup quickly, thank you! Would be nice to see the date/time that the scores were entered.. Would be even better to be able to add a...
It appears when a doubles match is played, the record of 1 or more players is not saved. I haven't dug into the logging yet.
To avoid that everyone is admins
on line 1039 of tablechamp.js, you have `var newPlayersGameKey = fbdb.ref().child('playersgame' + key).push().key;` shouldn't it be `var newPlayersGameKey = fbdb.ref().child('playersgame/' + key).push().key;` Does the missing "/" matter?