简体   繁体   English

如何使推送通知针对 flutter 应用程序?

[英]How to make push notifications target a flutter app?

Using firebase web, I want to trigger a notification in a flutter app from a dashboard.使用 firebase web,我想从仪表板触发 flutter 应用程序中的通知。 In other words, I want to target the flutter app whenever I make certain changes in the dashboard using firebase cloud messaging.换句话说,每当我使用 firebase 云消息传递在仪表板中进行某些更改时,我都希望以 flutter 应用程序为目标。

Can I do that?我可以这样做吗? Or do I have to write separate codes in both the flutter app and the web app?还是我必须在 flutter 应用程序和网络应用程序中编写单独的代码?

when you trigger a notification in a flutter app from a dashboard.当您从仪表板触发 flutter 应用程序中的通知时。 You can choose which app to push (Android/iOs/web)您可以选择要推送的应用程序 (Android/iOs/web)

Just to add more on Vu Thanh's answer, you can use the User Segment in the Messaging console to select the Flutter app you want to send notifications to.只是为了在 Vu Thanh 的回答上添加更多内容,您可以使用消息控制台中的用户段来选择要向其发送通知的 Flutter 应用程序。 You can read about a related post here .您可以在此处阅读相关帖子。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 Flutter 应用程序发送推送通知 - how to Send push notifications from Flutter app Flutter 使用 FCM 的推送通知在 iOS 上不起作用 - Flutter push notifications using FCM not working on iOS 应用程序在后台时推送通知不起作用 - Push notifications not working while app is in background Flutter Firebase 消息(推送通知)不适用于 iOS 在现有应用程序中 - Flutter Firebase Messaging (Push Notifications) Not Working for iOS in an Already Existing Application Firebase 推送通知在后台应用程序时显示错误图标 - Firebase push notifications show wrong icon when app in background 为使用 PWA 构建器构建的应用程序创建本机 Android 推送通知 - Creating native Android push notifications for App built with PWA builder FCM 推送通知仅在应用程序处于后台时显示 - FCM Push Notifications are only displayed when app is in background 如何在不打开 flutter 应用程序的情况下自动发送 email? - How to make Auto send email without opening the flutter app? 有没有办法在 flutter 中使用操作按钮实现推送通知? 使用 firebase_messaging - Is there any way to implement push notifications with action buttons in flutter? Using firebase_messaging Firebase 功能推送通知 - Firebase Funtions push notifications
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM