Skip to content

Instantly share code, notes, and snippets.

View AndreiEzhov's full-sized avatar

Andrei Ezhov AndreiEzhov

  • Trondheim, Norway
View GitHub Profile
@AndreiEzhov
AndreiEzhov / firebaseservertimestamp.cs
Last active April 21, 2016 11:29
Firebase server timestamp
class ServerValue {
[JsonProperty(".sv")]
public string Value {get; set;}
}
class TimestampedObject
{
public TimestampedObject()
{
this.Timestamp = new ServerValue {