firebase / firebase-admin-dotnet

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

FR: FcmOptions on MulticastMessage #362

Open ms-emp opened 1 year ago

ms-emp commented 1 year ago

Currently MulticastMessage does not support FcmOptions on the .Net SDK, in contrast with NodeJS SDK for example.

We are using MulticastMessages and want to take advantage of AnalyticsLabel in PushNotifications.

There was a similar issue with the Java SDK, see here