标签: javascript firebase google-cloud-firestore firebase-admin
我尝试使用findIndex()中的属性collections.docs,但是我找不到与此相关的文档或参考
findIndex()
collections.docs
示例代码...
admin.firestore().collection('x').get().then(coll => { coll.docs.findIndex() })