[Question][Android] How to use another plugin that handles FCM notifications (awesome_notifications or firebase_messaging with flutter_local_notifications) #193
Labels
bug
Something isn't working
Issue Summary
I have integrated the plugin in my app and everything is working as expected. But if I try to send a custom FCM notification to the app, that notification is captured by the plugin and doesn't reach Awesome_notifications plugin. This is mainly to do with this code.
Steps to Reproduce
D/VoiceFirebaseMessagingService(11750): onMessageReceived: The message was not a valid Twilio Voice SDK payload, continuing...
Is there any known method to overcome this limitation?
The workaround that I can think of would be to create another methodChannel that will receive the entire FCM payload and manually trigger the VoiceFirebaseMessagingService.
The text was updated successfully, but these errors were encountered: