firebase / firebase-admin-dotnet

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

Sound on ios not working #247

Closed hamakiri closed 4 years ago

hamakiri commented 4 years ago

At the moment the notification model doesn't include a sound property. For ios notifications to play sound the json needs to look something like this:

    "notification": {
        "body": "Play sound",
        "title": "Default sound",
        "sound": "default"
    },

Is it possible to add the sound property to the notification model? Also other properties are missing like badge. Reference from here: https://firebase.google.com/docs/cloud-messaging/http-server-ref