Search code examples
firebaseflutterfirebase-cloud-messagingfirebase-in-app-messaging

Is there any way to implement push notifications with action buttons in flutter? Using firebase_messaging


I am looking for this functionality:

Text

I am looking for pointers. Could not find any tutorials or packages providing this kind of functionality.

Thank you for your help!


Solution

  • The firebase_messaging package does not provide any solution for action buttons. You can get your data in your onMessageReceived() method. And you can create your own customized notification.