Push notification action buttons aren't working

Custom notification handler is used, or button handling isn't implemented

How to check

Review your onMessageReceived implementation and compare it against the setup instructions for Push Notifications Setup for Firebase guide.

If your implementation differs from what's documented and you can't use the Maestra handler, button handling will need to be debugged on your end. Use the default function implementation as a reference.

How to fix

Update your onMessageReceived to match the Push Notifications Setup for Firebase guide, or implement button handling logic yourself based on the default function.