Answers for "firebase cloud messaging Unknown name "sound" at 'message.notification':"

1

firebase cloud messaging Unknown name "sound" at 'message.notification':

{
    "message": {
        "token": "your-token-value",
        "notification": {
            "title": "Test",
            "body": "Test message from server"
        },
        "android": {
            "notification": {
                "sound": "default"
            }
        },
        "apns": {
            "payload": {
                "aps": {
                    "sound": "default"
                }
            }
        }
    }
}
Posted by: Guest on October-10-2021

Code answers related to "firebase cloud messaging Unknown name "sound" at 'message.notification':"

Browse Popular Code Answers by Language