How do I make notifications for orders? I have an application that contains a customer and an employee, and when the customer requests a request, a notification must b...
I have a flutter application Linked with backend (php/my SQL) ,I need when user add new item in specific page in app send notification to all users . so how can i do t...
im trying to send push by http to Huawei Devices with Huawei consolé integration, but the documentation is confuse, and i'm not really sure how to build my body to sen...
We have a connection to a pusher websocket. We are sending ping message every 40 seconds. Library being used: <a href="https://pub.dev/packages/web_socket_chann...
Notification in json is well received by the phone receiver and there is a print with json content in 'onMessage'. However no notifications is shown on the screen. Her...
I'm detecting app uninstalls using FCM. I'm sending silent notifications to users, if I'm getting <code>NotRegistered</code> response, I know that the app is uninstall...
When receiving an FCM from cloud functions in a Flutter app, on iOS the notification appears with a banner and in the system tray as expected. However, on Android the...
I have a problem that I have not been able to solve yet It happens that I need to use the click action of the firebase push notifications both in the foreground and in...
I tried many different tutorials, followed e.g. this one <a href="https://medium.com/flutterpub/enabling-firebase-cloud-messaging-push-notifications-with-flutter-39b08...
I'm new to flutter and I'm just trying to receive firebase push notifications to my flutter app. Push notifications are receiving when the app is closed and in the bac...
How to send sms by api call when app isn't active. I write a code with firebase push notification where I try to call a function which send sms without user's interact...
How to get playerId of a user inside the flutter app?. Player Id can be found in One signal website but i want that inside the flutter app and want to store it to send...
I'm using <a href="https://pub.dartlang.org/packages/firebase_messaging" rel="nofollow noreferrer">firebase_messaging</a> to get push notifications on the app .. I'm s...
I want to make an async task in onMessage of Firebase messaging method here. What I want exactly: I want to launch Facebook app on specific page when a notifica...
I did exactly the same things in google's documentation but it does not work. I faced with <strong>No such module 'Flutter'</strong> Here is the code examp...