Firebase IOS push notification doest not work when app is closed. I have followed all the steps as in documentation
It's a quick fix, simply add "priority": "high" in your payload next to "notification" etc. and the iOS Notification will work when the app is in the background.
So this will work:
"to":"TOKEN ID",
"notification" : {
"body" : "test"
},
"priority": "high"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With