ItayBarFaye

Results 11 comments of ItayBarFaye

> Thanks for the report @ItayBarFaye Take a look at [this](https://github.com/firebase/flutterfire/issues/6210) issue and [this](https://github.com/firebase/flutterfire/issues/6210#issuecomment-846948102) comment and check if it helps in your case to resolve your issue. Didn't see any...

Also removing notification object it's not a real fix cause IOS doesn't support silent push notification when app is terminated

{ "notificaion": { "body": "First Notification", "title": "ALT App Testing" }, "data": { "key_1": "Data for key one", "key_2": "Hellowww" }, "content_available": true, "priority": "high" }

Yes, that right but this function doesn't work, I set everything to false and the os still presenting the notification.

> Hi, I encountered the same issue, do we have updates now regarding this issue? Looks like no one been assigned to this issue, but I found a hack if...

Hey, sorry for the late reply. I tested it again and it still didn't work which mean notification still been presented on foreground. The notification's payload is with notification object...

Hi, I disagree, the problem is when I am calling the initialize after lunching IOS app from quick action in flutter not receiving the type action instead getting null this...

After setting the shortcuts quit the app and reopen it via shortcut make sure that flutter call initialize function before run app function.

@russellwheatley Hey, actually no I'm using only flutter_local_notifications and firebase_messaging