Common list for highscore

Hi All. I am using Firebase rRealtime DB and i would like to add to the list Users ALIAS and his/her SCORE. The syste seems to overwrite the score rather than adding it to a “Common for all users” list.
Any idea of an article somewhere?

Thanks…
Stefan

Hey @stefansladdeneng1 - I don’t know of any article about this (but thanks for the suggestion!)

Have you considered using a cloud variable for this instead of the realtimeDB? It should be faster to set up and easier to use I think.