nodejs-firestore icon indicating copy to clipboard operation
nodejs-firestore copied to clipboard

Sort/filter on createTime/updateTime

Open MegaByte opened this issue 5 years ago • 3 comments

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 avatar Jan 12 '20 14:01 MegaByte

@MegaByte Thanks for filing this feature request. This is currently no on our roadmap, but we will keep this in mind.

schmidt-sebastian avatar Jan 13 '20 21:01 schmidt-sebastian

For createdAt, updatedAt one should use server timestamp instead of client-side data, non?

sgarciac avatar Feb 28 '20 20:02 sgarciac

@sgarciac Yes.

schmidt-sebastian avatar Feb 28 '20 23:02 schmidt-sebastian