connectycube-flutter-call-kit icon indicating copy to clipboard operation
connectycube-flutter-call-kit copied to clipboard

Incoming calls not showing whenever firebase_messaging is added to Flutter project

Open FeleConvo opened this issue 2 years ago • 5 comments

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.

FeleConvo avatar Aug 24 '22 22:08 FeleConvo

same here

maulikchak avatar Sep 12 '22 04:09 maulikchak

any update?

maulikchak avatar Sep 16 '22 04:09 maulikchak

@TatankaConCube

FeleConvo avatar Sep 16 '22 04:09 FeleConvo

hi @FeleConvo @maulikchak I found the root cause and will publish a new version with fixes soon

TatankaConCube avatar Sep 16 '22 10:09 TatankaConCube

@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.

TatankaConCube avatar Sep 16 '22 12:09 TatankaConCube