[firebase_messaging] Device receive notification when specifically targetted with token but doesn't receive global notification campaign #11276
-
Hello all! Devices running our Flutter app can receive notifications that are sent by our backend (using a Firebase SDK), but they do not receive global notifications created from the Firebase Console. On the Firebase Console, when selecting a target for the notification campaign, when selecting the "Version" filter, it does not show the app version that uses Flutter and What are we doing wrong? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nevermind, our communication manager was sending notification to a topic that the app wasn't subscribed to 😄 we changed to target to target all devices and it worked ! |
Beta Was this translation helpful? Give feedback.
Nevermind, our communication manager was sending notification to a topic that the app wasn't subscribed to 😄 we changed to target to target all devices and it worked !