Hi, I'm newbie in Retool so maybe the answer is easy:
When I see the fields of my document in Firestore I can see the timestamp data:
But when I try to see it in Retool, I don't get the timestamp, only some data I don't know where it comes from (seconds and nanoseconds).
By the way, I can see the timestamp when I get the list of documents inside a table, and I'm also able to update the timestamp using, for example "moment()", but still can't read the timestamp in text inputs components or date/time components, not even in jsonEditor.
Thanks!
Tess
May 1, 2023, 4:54pm
2
Hi @alexanderchw Thanks for reaching out. I believe this is a bug that we're looking into.
We've seen this happen with get document by id queries:
But we don't see this happening in query Firestore queries:
The timestamp in seconds, nanoseconds should reflect the time portion of the full timestamp:
Tess
May 1, 2023, 4:55pm
3
Does this match what you are seeing on your side? Are you able to use the Query Firestore type?
Tess
July 5, 2023, 11:50pm
4
Hi All,
The fix for the bug referenced above will ship to Cloud this week (it should ship to an upcoming on-premise release roughly 3 weeks after)