Relative Content

Tag Archive for pythonfirebasefirebase-realtime-databasefirebase-admin

issues in fetching data from firebase

I have uploaded the data on firebase which has 12,000 products, and each product has multiple sections, firstly I want to fetch one of the sections from each product.
Example: product 1 -> _id, name, price etc.
product 2 -> _id, name, price etc.
I want to fetch _id from all 12,000 products but no matter what I try it is only able to retrieve some 2k data.