This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 410
FLUTTER_NOTIFICATION_CLICK doesn't seem to work #186
Comments
realized I had a bit of it messed up and also noticed that when I created the intent in my android app that I pluralized FLUTTER_NOTIFICATIONS_CLICK This should be correct from everything I am seeing and through my research
Yet when the notification opens the app, the onLaunch is never called. When the same data is sent through the google firebase console, the onLaunch fires. |
I ultimately ended up using curl for this feature, instead of using this. |
I'm having the same issue. However, using cURL works! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is what it looks like
when I include $notificationBuilder->setClickAction("FLUTTER_NOTIFICATION_CLICK"); when the message arrives the in the status bar, and you click the message the app doesn't load. When this is missing, the app launches when you click the message
In either case, if the app is open onMessage gets the notification and displays the message on screen, if the app is closed when the message arrives no data is seen by the app. The flutter part of it works fine, if I send a message from firebase console, then my app receives and see everything. But something isn't being sent by laravelFCM and I can't figure out what that is.
The text was updated successfully, but these errors were encountered: