I want to add firebase inappmessaging functionality and want to handle action callback in my app. I did received inappmessage using ```
cordova plugin add cordova-plugin-firebase-inappmessaging
but in plugin there is no support for handling action button callback.
How can i do that in ionic app(ionic 5, angular 11)