查询和比较Firestore serverTimestamp

时间:2018-05-15 16:04:32

标签: javascript firebase google-cloud-firestore

我是Firebase / Firestore的新手,我正在查询一些存储的数据,以便通过云功能进行分析。

我无法弄清楚如何比较查询中的时间戳。

每个文档都使用admin.firestore.FieldValue.serverTimestamp()设置字段。

我对该集合的初始查询有效,使用ref.where("timestamp", ">=", startTime),其中startTime是Date对象。

然而,当我迭代快照时 - 使用doc.data()。timestamp。记录这个值我得到的东西就像2018-05-10T22:51:37.236Z,这是无法比较的。

我能否以一种可以与unix时间戳或Date对象进行比较的方式转换doc.data()。timestamp?

0 个答案:

没有答案