1

According to the following link, there's a shallow option available for Firebase queries:

Shallow Query in Firebase

Is it supported also in Android ?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Jacob.B
  • 771
  • 1
  • 9
  • 19

1 Answers1

0

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:

Community
  • 1
  • 1
Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807