Variable uses "date" field created with "Firestore Server Timestamp". The timestamp will be set to the client time, not the server time.

Im creating a new document in firebase and setting a "date" field with "firestore server timestamp".

But im getting this warning:

"Variable uses "date" field created with "Firestore Server Timestamp". The timestamp will be set to the client time, not the server time. Accessing this field is not recommended."

Why the timestamp will be set to client and not to server?? Can someone explain why this is happening??

3