[Solved] Firebase not ordering leaderboard

First time trying to use firebase for a leaderboard, added a bunch of example scores manually into the firestore to test it, and they’re not being ordered properly. Anyone know why?


To me, it looks like Score is sorted alphabetically. Are you storing it as a numberic, or text/string?

That was it, thanks!