Firebase shallow query parameter for android

前端 未结 1 544
一整个雨季
一整个雨季 2021-01-23 08:34

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

Shallow Query in Firebase

Is it supported also in Android ?

相关标签:
1条回答
  • 2021-01-23 09:38

    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:

    • Firebase (2016) Shallow Query
    • How do I retrieve arbitrary Firebase children from shallow level?
    • firebase getting only keys then getting data
    0 讨论(0)
提交回复
热议问题