How to get server Timestamp from Firestore in an android device?
问题 This is related to this question: How can I get Timestamp from Firestore server without bothering for the case when device clock is out of sync with Firestore I have understood FieldValue.serverTimestamp() can be used to generate a Timestamp in Firestore server while performing database operations. I want to understand how I can get the timestamp from the Firestore Database in a particular device in a Date/Timestamp format without any database related operation. 回答1: So assuming you have a