Replies: 42 comments 57 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
@Salakar For Android v2 embedding to work, there is a need to modify the incoming notification payload to remove click_action. Otherwise, we will end up with Also, I notice that while onMessageOpenedApp works well for android, it seems that getInitialMessage does not read the data message unlike in iOS. Not sure if it's because of the simulator lag. Will test more thoroughly tomorrow. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Does iOS platform needs something more than current migration guide? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the update and guide link @Salakar. I started following the guide but when I got to the final sections I didn't really see much help on how to change my code to deal with the fact that Firebase Messaging deprecated the configure() function. I used to have this but now configure is gone and there is no mention even of the onIosSettingsRegistered being deprecated. Is there any help for this? |
Beta Was this translation helpful? Give feedback.
-
Will the new version support setting the firebase config manually instead of requiring a google-services.json? This is supported by the native libraries on android and iOS but was missing from this plugin before. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Hi, I've added the service notification extension as it is described in the apple integration guide and I got following error: Multiple targets match implicit dependency for linker flags -framwork googl utilities. It's not possible to link messaging pod from runner target? |
Beta Was this translation helpful? Give feedback.
-
#4522 Kindly help. |
Beta Was this translation helpful? Give feedback.
-
Does the Android Foreground Notification has something like an OnClick mechanism? |
Beta Was this translation helpful? Give feedback.
-
Hello. I've got an issue with overriding android channel id for background messages - its not working. I've tried:
Message banner is not displayed, the default icon is used (banner correctly displayed for foreground messages with flutter_local_notifications plugin). Device: XIAOMI MIUI Global 11.0.2 |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
I tested version ^8.0.0-dev.11 with Flutter web. I received the following error when calling
After quite a while researching on internet, I managed to solve this by adding the following file
Also, I wonder why multiple Firebase projects are not yet supported like for other plugins: |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
#4521 |
Beta Was this translation helpful? Give feedback.
-
Hi I've found the new dev versions much easier to use so far, thanks for all the great work! I have one issue with data messages not being passed to my background message handler while the Android device is in doze (idle). As soon as the device comes out of doze the handler is called. It looks like it is nearly working as I can see a log message from FLTFireMsgReceiver at the correct time, and the app appears to be briefly given network access again, however the background message handler is not called until later. I have raised a ticket #4718 Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello! Do you plan to support push notifications on iOS emulator? I believe it's more than expected... |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for the great achievement, from your comment, can you explain more how can we achieve custom notification sound, also is there is a duration limit on both ios and android? |
Beta Was this translation helpful? Give feedback.
-
@Salakar I have released my app with the latest messaging-dev release and everything is looking smooth. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to receive notifications sent by APN server (instead of FCM)? My iOS notification works if I send FCM-token to FCM server, but if I send APN-token to APN server, I only get notification without the |
Beta Was this translation helpful? Give feedback.
-
Hi, #5039, can you help me? |
Beta Was this translation helpful? Give feedback.
-
@Salakar Since dev channel version (8.X.X-dev.X) is available that works with It would be better if the docs are updated, indicating the correct working version. |
Beta Was this translation helpful? Give feedback.
-
I simply wish there was a step by step video of this new version especially for iOS and how to use it to pass data |
Beta Was this translation helpful? Give feedback.
-
This discussion is for providing feedback for the upcoming v8.x.x release line of the
firebase_messaging
plugin.General guidelines when posting;
Current dev version:
8.0.0-dev.6
See the migration guide for help on upgrading and for the changelog.
Thanks everyone 🤓
Beta Was this translation helpful? Give feedback.
All reactions