flutter-minesweeper
flutter-minesweeper copied to clipboard
Leaderboard
How make a simple leaderboard in flutter with firebase on the basis of user activity (like time duration, wins, loss, etc) ??
You can use the users
collection on the linked Cloud Firestore and utilize the wins
, losses
, etc. properties that you set for each user
.