connectycube-flutter-call-kit
connectycube-flutter-call-kit copied to clipboard
Incoming calls not showing whenever firebase_messaging is added to Flutter project
Hey,
I'm trying to have both ConnectyCube for handling the calls and to have Firebase in the flutter project (Android) for other types of calls, but just adding the firebase_messaging
dependency on the pubspec.yaml of the Flutter project takes over the incoming notifications and ConnectyCube's receiver stops showing incoming calls.
Any ideas on how to make this both work?
Best regards.
same here
any update?
@TatankaConCube
hi @FeleConvo @maulikchak I found the root cause and will publish a new version with fixes soon
@FeleConvo @maulikchak try version 2.2.1. Pay attention, if your app is compiled with compileSdkVersion 33
you should request permission POST_NOTIFICATIONS
first for showing Incoming Call Notification.