Top 5 Scores from Firebase

DATA

RULES

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

BLOCKS

SCREEN

(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