How to read data from firebase?

One thing you can do is to export your Firebase database as JSON. And then paste it into Best JSON Viewer and JSON Beautifier Online. There, you can click on a value like “Thumb” or a serial # to see the path to that property.

My JSON tutorial explains how to parse the JSON once you’ve done that: API JSON Tutorial (Video)