Fetch only the document ids for documents that match a query in Firebase Cloud Functions

前端 未结 0 1014
无人及你
无人及你 2021-01-27 10:19

I know I can retrieve the documents themselves with a query such as:

    const querySnapshot = await db.collection("records")
      .where("color&q         


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