Jawad Aziz Khan

Results 5 comments of Jawad Aziz Khan

@Teawork As far as i have researched, you could possibly use Firebase Cloud Functions to manage the API calls. Since the documentation mentions a CURL request, it should be possible....

From what I've noticed working with FCM backgroundMessageHandler, what happens is the bgMsgHandler is running on a separate isolate than the main flutter UI thread so it has no way...

@VictorUvarov i am indeed creating a notification using `flutter_local_notifications` which has to be tapped by the user (when the device is unlocked). But if the device is locked the `onSelectNotification`...

@xyzbilal @rekonvald Here's what I did: 1. pub get the latest prerelease FCM package and the local_flutter_notifs package 2. edit AndroidManifest and set android:showWhenLocked and android:turnScreenOn to "true" 3. implement...

> so, you did not use callkeep at all? Nope, I found using fcm (android) and apn (ios) push notifications to work best for me rather than callkeep (it didnt...