According to the following link, there's a shallow option available for Firebase queries:
Is it supported also in Android ?
According to the following link, there's a shallow option available for Firebase queries:
Is it supported also in Android ?
None of the Firebase SDKs support shallow queries against the database. They all retrieve entire nodes.
The only Firebase Database API that supports shallow queries is the REST API.
See: