Trying to Combine range comparison (<=) and orderBy in firebase firestore, but it's not working

前端 未结 0 775
逝去的感伤
逝去的感伤 2021-02-06 11:30

I\'m trying to query my firestore like,

db.collection("products").where("price",">=","200").orderBy("relevance"

相关标签:
回答
  • 消灭零回复
提交回复
热议问题