geofirex icon indicating copy to clipboard operation
geofirex copied to clipboard

Enahncement Request: Store data with timestamp

Open shriharip opened this issue 6 years ago • 3 comments

Hi,

It would be great if the setdata or add functions included timestamps for further query and analytical capabilities.

Thanks. Hari

shriharip avatar Jul 11 '18 11:07 shriharip

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 })

codediodeio avatar Jul 12 '18 17:07 codediodeio

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.

shriharip avatar Jul 12 '18 18:07 shriharip

Sorry guys, at this time im looking if its possible make a query ordered by the item timestamp.

Anyone can help me?

miguelgs avatar Apr 12 '19 18:04 miguelgs