Bropolo

Results 23 comments of Bropolo

> @Poloten yes I can see in Console app that the notification is coming with the data I sent, but why `FirebaseMessaging.onBackgroundMessage` don't trigger ? did you get permission ?...

I dont't use flutterlocalnotification. But in documentation it require: You need to configure a top level or static method which will handle the action: ```Dart @pragma('vm:entry-point') void notificationTapBackground(NotificationResponse notificationResponse) {...

I also began to catch this behavior, but it is not constant. In ios 17.5.1 (ios 16 work fine)

I get the same bug, FirebaseMessaging.instance.getInitialMessage() return null. Reprodeced only on ios (test on 16.7.8) If I send 2 notification, and click one of them it's work for first and...

This bug fixed if add key **enableSuggestions: true**, maybe add this to readme ?

> EDIT: onBackgroundMessage DOES work on iOS in BoM 2.4.1. However, iOS restricts the number of background push messages/processing an app can do, so it stops working after a while....

> notification > No, it's perfectly normal actually. We use data messages (not notification messages) and those are restricted. Read more here: https://firebase.google.com/docs/cloud-messaging/concept-options and https://firebase.google.com/docs/cloud-messaging/flutter/receive > > data messages and...

> > Hey @rednez, I have a fix for background message handling in iOS that should allow you to turn `FirebaseAppDelegateProxyEnabled` back to true. > > Could you try this...

I encountered the same problem. I had to replace findAsync() with find(), otherwise the requests could wait up to 2 seconds. But as soon as I switch to find(), the...

Hi [pahud](https://github.com/pahud) Could you help me? I get error when I try to add this custom options. But I see 'domainPrefix' in d.ts ``` Object literal may only specify known...