Hi, I recently developed a leaderboard for my game and after some time it got slow to load and I don’t know what it is … I think it is because there are too many documents on Firestore, does anyone know how to delete the less one important, for example those with a score of 0?
Personally, I would recommend using firebase queries to limit the request to for example the 10 best scores.
2 Likes
It would be perfect, but I don’t know how