Get current server Date and Time in Firebase Firestore
问题 I want to get my server time in Firebase Firestore so I can use it for my countdown logic. I can't find anywhere and mostly they suggest to use FiedValue.serverTimeStamp or ServerValue.TIMESTAMP which is both are used to save data. I don't want to save data I just want to get the server time. Is there a static way like FirebaseFirestore.getInstance().getServerTime() ? 回答1: As per said by the @Doug there is no way of getting just only time from Firebase. However there are many round-ways for