Manage daily games data in Firebase
Copy all users' game data from one day number to another. Useful for fixing launch date sync issues.
Manually update a specific field in a user's game document.
Set gameOver=true for all users who have completed a game (9/9 cells for Grid, isComplete for Connections, etc.)
Recalculate user stats (gamesPlayed, wins, perfectGames, totalCorrect, totalGuesses) from their daily game history. Useful after adding the new "wins" field or fixing data inconsistencies.
Recalculate user stats (gamesPlayed, perfectGames, totalScore, bestScore) from their daily game history. Useful after version updates that may have cleared localStorage and overwrote Firebase stats.