Answers for "firebase push notification ios no sound"

0

firebase push notification ios no sound

{
    "to": "myToken",
    "notification": {
         "body": "test",
         "title": "test",
         "sound": "default"
    },
    "priority": "high"
}
Posted by: Guest on June-06-2020

Code answers related to "firebase push notification ios no sound"

Browse Popular Code Answers by Language