flutter-minesweeper icon indicating copy to clipboard operation
flutter-minesweeper copied to clipboard

Leaderboard

Open eagerashwani opened this issue 6 years ago • 1 comments

How make a simple leaderboard in flutter with firebase on the basis of user activity (like time duration, wins, loss, etc) ??

eagerashwani avatar Feb 05 '19 04:02 eagerashwani

You can use the users collection on the linked Cloud Firestore and utilize the wins, losses, etc. properties that you set for each user.

rohan20 avatar Feb 05 '19 21:02 rohan20