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

Android notification EventTime property #302

Closed patrick11994 closed 2 years ago

patrick11994 commented 3 years ago

Added the EventTime property to AndroidNotification so it can be set.

This is basically the equivalent of this code in Java:

androidBuilder.setEventTimeInMillis(SomeValue);

I also took the documentation of the Java-side and changed it a bit to comply with the code style of this project.

Tested on my local machine with sending notifications and it works like a charm 😄

lahirumaramba commented 2 years ago

Thank you @patrick11994 for your contribution! We really appreciate it. However, this feature is covered in #317

patrick11994 commented 2 years ago

Thanks, it is OK. I hope that this other PR gets merged soon.