-
Hello, I am logging data to Firebase Firestore and would like to log the server timestamp to each entry. In python there was a function I could call like this: {"timestamp": firestore.SERVER_TIMESTAMP} and it would log the server timestamp. Is there something simillar for this library? |
Beta Was this translation helpful? Give feedback.
Answered by
mobizt
Jun 22, 2024
Replies: 2 comments
-
Are you sure? There are Firestore examples related to what you are asking. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mobizt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/mobizt/FirebaseClient/tree/main/examples/FirestoreDatabase/Documents/Async/Callback/Commit
https://github.com/mobizt/FirebaseClient/blob/main/examples/FirestoreDatabase/Documents/Async/Callback/BatchWrite/BatchWrite.ino