I am subscribing to a topic and pushing notifications using Firebase console/cloud messaging; On Android, everything works fine. On iOS, I receive notifications in the...
Its possible for me to send a notification to the reciever: <code>idTo</code> which is a string in the database. However, is it possible to use the array-field instead...
I'm looking to add the <code>firebase_messaging 7.0.3</code> package to add Push Notifications to my project. I've configured it for Android and it's working like a ch...
Flutter firebase background notification I pushed the image notification but it's showing only text but if app open it's working fine but app terminated or minimize it...
I want to send notifications to all the android devices within my app. Actually, I can send a notification to a single token and it looks like this: <pre><code>{...
I have successfully setup the Flutter firebase notifications handling, but my problem now is that I need to know what payload was sent with the notification and cache...
I am trying to save push notification title and body using shared_preference and and trying to get that saved data in my card view or listtile meaning i wanna show the...
How to solve - Unhandled Exception: This widget has been unmounted, so the State no longer has a context (and should be considered defunct). Problem when i tap...
Cannot receive the notificaion from firebase when I use flutter to developing on iOS I'd granted permission and used postman to test. First, I'd get toke...
I'm using: flutter_local_notifications: ^5.0.0+3 I'm showing notification like this, its all working. The custom icon is also working. BUt I'm trying to set a...
I have this problem : <pre><code>/Users/nameuser/AndroidStudioProjects/app_gp-last_one/android/app/src/main/java/com/example/app_gp/Application.java:19: error: can...
I use <code>flutter_local_notifications</code> plugin and <code>Firebase Messaging</code> library in Flutter on Android 10 and I am only reacting to notifications in t...
Following instructions on <a href="https://pub.dev/packages/firebase_messaging" rel="nofollow noreferrer">https://pub.dev/packages/firebase_messaging</a>, I have imple...
I am trying to redirect user to specific page in flutter web on click of notification, till now I am receiving notification, the last open page is displayed in browser...
I am trying to implement notifications for a flutter app. On iPhone (left) it looks like expected and the notification is show for a short time, then hides aut...