Skip to content
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

[firebase_messaging] Action Buttons and receiver are needed. #1484

Closed
max202021 opened this issue Nov 23, 2019 · 4 comments
Closed

[firebase_messaging] Action Buttons and receiver are needed. #1484

max202021 opened this issue Nov 23, 2019 · 4 comments
Labels
plugin: messaging resolution: wontfix This will not be worked on type: documentation Improvements or additions to documentation type: enhancement New feature or request

Comments

@max202021
Copy link

I am trying to create an app which allow user to quickly take action on push notification without need to go to app. Currently many apps ( including youtube ) allow this feature to take action right from notification drawer.

Solution should be to have a provision to show custom button using firebase push notification and there should be a listener function for user action.

sample image of button is as follows.

flutter Push Notification

@max202021 max202021 added the type: enhancement New feature or request label Nov 23, 2019
@iapicca iapicca changed the title [FIREBASE_MESSAGING] Action Buttons and receiver are needed. [firebase_messaging] Action Buttons and receiver are needed. Nov 25, 2019
@SebAubin
Copy link

SebAubin commented Feb 7, 2020

This feature would be great!

@Ehesp
Copy link
Member

Ehesp commented Apr 23, 2020

Hello - FCM doesn't support this functionality. The solution would be to send a data message via FCM and create your own notification using https://pub.dev/packages/flutter_local_notifications

@Ehesp Ehesp closed this as completed Apr 23, 2020
@Ehesp Ehesp added plugin: messaging resolution: wontfix This will not be worked on type: documentation Improvements or additions to documentation labels Apr 23, 2020
@bagintz
Copy link

bagintz commented Apr 23, 2020

@Ehesp this would work for all cases except for Android when the app is terminated, correct? Do you know if the firebase_messaging package will support data messages when the app is terminated any time soon?

Also it appears that flutter_local_notifications doesn't support action buttons yet either: MaikuB/flutter_local_notifications#17

Can you reopen this as a request for firebase_messaging? OneSignal does offer this so it seems that it is possible.

@dkansh
Copy link

dkansh commented May 1, 2020

I would support to reopen this issue. I am also having similar requirement. I feel it's good to have this feature in firebase messaging.

@firebase firebase locked and limited conversation to collaborators Aug 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
plugin: messaging resolution: wontfix This will not be worked on type: documentation Improvements or additions to documentation type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants