Why does my Firestore query requires this specific ordering of fields of the index?

前端 未结 0 1143
猫巷女王i
猫巷女王i 2021-01-25 06:56

I have this query to Firestore:

const query = await firestore.collection(`/records`)
        .where("targetId", "==", someId)
        .where(&         


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