Firebase querying

后端 未结 2 867
时光说笑
时光说笑 2021-02-06 12:53

Let\'s say I have a structure like this:

-users
  -user1_uid
    name
    distance
    age

How would I do a query like (Find users with distanc

2条回答
  •  梦毁少年i
    2021-02-06 13:13

    Firebase can't combine always the conditions. How to query based on multiple conditions in Firebase?

    But, using the new firebase API, this post can give some hints: Query based on multiple where clauses in firebase

提交回复
热议问题