firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
366 stars 131 forks source link

Missing event_time in AndroidNotification #267

Closed star1ite closed 3 years ago

star1ite commented 3 years ago

I want to specify actual event time for notification, but i cannot do it in this library...

REST specification for AndroidNotification: { "title": string, "body": string, ... "event_time": string, ... }

event_time | string (Timestamp format)Set the time that the event in the notification occurred. Notifications in the panel are sorted by this time. A point in time is represented using protobuf.Timestamp.A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

hiranya911 commented 3 years ago

Duplicate of #153