nodejs-firestore
nodejs-firestore copied to clipboard
Sort/filter on createTime/updateTime
It would be very helpful to be able to query/orderBy/startAt on createTime/updateTime metadata rather than attempting to store unreliable client-side time data.
@MegaByte Thanks for filing this feature request. This is currently no on our roadmap, but we will keep this in mind.
For createdAt, updatedAt one should use server timestamp instead of client-side data, non?
@sgarciac Yes.