Capacitor Android Firebase push notifications not received in background

Are there any examples of using Courier with Capacitor Android apps and Firebase push notifications?

My implementation works fine when triggering via Courier to iOS devices with firebase.

However Courier to Android via Firebase is never received while the app is in the background, it can only receive foreground notifications from Courier.

If I use the firebase console to send a test message to the same token it works fine in the background.

This leads to me to believe the API call that Courier is making to Firebase isn’t including required information or channel or proirity.

Any guidance here would be appreciated thanks.

OK I’ve figured this out. You need to DISABLE “Apply Recommended Courier Mobile SDK Formatting”

Once I did this messages to Android immediately started coming through in the background.

image