I need unchanging server time value. I am using Firebase and Unity3d.
I want to get timestamp value as string using Unity Firebase.
I updated ServerValue.Timestamp
.
I changed local Time on my mobile.
And then I got the value that I updated.
My app returned local timestamp value instead ServerValue.Timestamp
that firebase database showed.
How can I use ServerValue.Timestamp
in Firebase Unity?