Thought I would add an answer to this one, since my problem was simple but hard to notice. In particular I had copy/pasted an existing meta-data element when creating my com.google.firebase.messaging.default_notification_icon
, which used an android:value
tag to specify its value. This will not work for the notification icon, and once I changed it to android:resource
everything worked as expected.