[cloud_firestore] Make create_time and update_time available on Documents #7206
Unanswered
eduardothiesen
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if we could access the create_time and update_time that are available in the firestore documents as per the documentation: https://cloud.google.com/firestore/docs/reference/rpc/google.firestore.v1#google.firestore.v1.Document
As I am aware of right now it isn't possible to do so.
I know this is easily fixed by creating my own createTime field on my document collections, but for older projects that we initially didn't see the need for a field like that, we can't now generate accurate data based on it.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions