我目前正在尝试这样做(实际上并没有订购任何东西)
let articlesSnapshot = await getDocs(articlesRef, orderBy('timestamp'));
在文档中,他们仅使用查询而不是 getDocs 显示此用例...有没有办法解决这个问题?
javascript firebase google-cloud-firestore
firebase ×1
google-cloud-firestore ×1
javascript ×1