[cloud_firestore] Support serverTimestampBehavior in cloud_firestore #4060
Unanswered
jangruenwaldt
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
Uh oh!
There was an error while loading. Please reload this page.
-
An issue with the same name was already closed, but only FieldValue.serverTimestamp() was implemented. However, what I need is ServerTimestampBehavior = ESTIMATE.
https://firebase.google.com/docs/reference/android/com/google/firebase/firestore/DocumentSnapshot.ServerTimestampBehavior
[ Otherwise I can not cache my firestore data properly, as I filter by minimum timestamp, and if the device is offline, new offline added data will not show up. Thanks! ]
Beta Was this translation helpful? Give feedback.
All reactions