I created a leaderboard with a list view that is bound to a backend query of my firebase collection and ordered by score.
First problem: In Test Mode, the system gets it right that there are three user/database entries, but shows for every instance the data for the user who is currently logged in. How can I fix that?
Secondly: The ranking doesn't count from 1 to 3 but says 1. for every instance. How can I accomplish that there is an increase by one for every new row?