Flutter – Fetching data from firebase realtime database
I'm trying to get data from realtime database in firebase but all I could reach is having it in the below format: I/flutter (12286): {OotKWLn1QoYfF9NFx78gRwwnnli1: {isHost: false, isJudge: false, name: Maurice Azmy, id: OotKWLn1QoYfF9NFx78gRwwnnli1, isLoaded: false}} I want to access…