Hi,
thank you for the project!
I need firebase cloud messaging to get notifications in background.
But it didn't work because of needed settings by talkjs-flutter project
flutter_apns.disable_swizzling: true
If I remove it, there is a problem
Firebase PlatformException(channel-error, unable to establish connection on channel., null, null)
It breaks the key feature in my application.
Please, help me to fix it. It's really urgent.
Thank you!