-
Notifications
You must be signed in to change notification settings - Fork 4k
[firebase_messaging]: <notification listeners not working> #17162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @hussenIbrahim, I couldn't reproduce this issue. Please check the firebase_messaging example app to ensure your implementation is complete. You may also find the Node.js script in the example app helpful. |
Hi @hussenIbrahim, unfortunately, there's not much we can do on our end, as this appears to be a device-specific issue. |
I think it's not device-specific issue since sending notifications from firebase admin sdk's causing this issue . |
Just to confirm we're facing the same issue as you, on one device which is the Galaxy A13. |
Did you try Firebase Console and all listeners was worked? |
That is correct using firebase console works, and the listener gets called |
Hi @hussenIbrahim, based on your comment, I suspect it could be an issue with the admin sdk. |
Hi @SelaseKay , Yes |
I'll close this as it isn't flutterfire issue. Thanks for confirming @hussenIbrahim |
@SelaseKay, I am looking for a workaround to fix this issue inisde the app. |
Is there an existing issue for this?
Which plugins are affected?
Messaging
Which platforms are affected?
Android
Description
I have issue with notification on some android 14 devices when sending them from Nodejs firebase admin onMessage and onMessageOpenedApp not working but they are working when sending notifications from firebase console
after debugging and testing i found that onReceive is not calling
FlutterFirebaseMessagingReceiver.java#L20l
Reproducing the issue
1- Run The App
2- Send notification via Nodejs firebase admin
Firebase Core version
3.12.1
Flutter Version
3.27
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: