flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

🐛 Firebase messaging pass along action identifier to iOS

Open Hackmodford opened this issue 7 months ago • 0 comments

What feature would you like to see?

A way to determine with action identifier was used when receiving a notification.

I am able to setup categories on iOS and I can send a notification with a category id from Firebase Messaging. But when I tap on one of my actions, I do not see a way to get the action id in Flutter. I am able to get the category id of the notification, but not the action.

Hackmodford avatar Apr 28 '25 13:04 Hackmodford