Firebase IOS push notification doest not work when app is closed. I have followed all the steps as in documentation
What worked for me was simply adding title to the notification like this:
title
notification
"notification" : { "title": "foo", "body" : "bar" }