"-XSRdqutnYU9_idduFRs": {
"title": "Demo1",
"image":"url.png",
"demoAttributes": [
            {
                "key": "Property 1",
                "unitName": "cm",
                "value": 15
            },
            {
                "key": "Property 2",
                "unitName": "cm",
                "value": 54
            }
]
}
As above I have an output as a result of the get request. I am using Firebase Rest Api. I want Property 1 to list those above 10. How can I do that?
dinosaurs.json?orderBy="dimensions/height"&startAt=3
It says in the Firebase documents that it can access sub-items in this way. For these objects. How do we do this for array?
 
    