geofirex
geofirex copied to clipboard
Enahncement Request: Store data with timestamp
Hi,
It would be great if the setdata or add functions included timestamps for further query and analytical capabilities.
Thanks. Hari
It would be possible to add a timestamp the the point, and I could see the benefit of this, but not sure I want to enforce it by default.
Maybe geo.point(23, 123, { timestamp: true })
That looks even great!. Yeah, maybe if I already have a collection and my document has the timestamp then it makes more sense. e.g Let us say I have a collection 'users' and now I want to store {position:point.data} , So I already have the document and it is ok to not have timestamp here.
Sorry guys, at this time im looking if its possible make a query ordered by the item timestamp.
Anyone can help me?