Hi, I am facing issues with fluffychat when I run android app locally is that when app is closed completely, it does not trigger the onMessage method from fcm_shared_isolate and hence the app can not show notification using flutter_local_notification plugin. And firebase uses it's own default notification system to show the notification. As a result the fluffychat app is missing notification tap event.
Is my assumption true that this plugin does not handle background messages? Or I missed something.