Top 5 Scores from Firebase

DATA
image

RULES

       "FBTop5": {
         ".read": true,
         ".write": true,           
         ".indexOn": ".value"
    },

BLOCKS

SCREEN
image

(Note you can't do it this way with the native Firebase component database, you have to use your own firebase project and realtime database)

2 Likes