I’m implementing Defold Push notification for Android, however when testing I see that the listener got messages (payload is the data) but the notification popup is not showing. What did I miss to have it showing?
Here is my curl command for testing:
./curl -X POST -H "Content-type: application/json" -H 'Authorization: key="[SERVER_KEY]"' -d '{\"registration_ids\":[\"[MY_TOKEN]\"],\"notification\":{\"title\":\"Kỳ Hoàng\",\"body\":\"Hello\"},\"data\":{\"alert\":\"Alert!\",\"title\":\"Ky Hoang\",\"body\":\"Test\"} }' https://fcm.googleapis.com/fcm/send