You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: