GDevelopers - I’ve got firebase up and running based on alex’s tutorial - by the way if you use this then watch all 5 as he changes everything in the 5th one.
My question is regarding ordering it into a top ten non locally. I had hoped/expected the query system to return scores descending based on value but ‘asc’ and ‘desc’ seems to return them based on date submitted. So what i have only gone and diddly done, is to download them, and reorder them locally. Obviously this is fine if this game (like previous ‘releases’) goes completely unnoticed . There is nothing to suggest that this game ‘harelines’ will be any different to previous efforts, and at present I’m happily retrieving the ten best score submissions that i’ve made under various aliases and i sift through them locally - but what if it’s a complete global hit? What then! What will I do?
there must be some clever way to order the scores in firebase or gdevelop or am i just not performing the right actions?
here’s that what I have done thus far: