简体   繁体   English

从 Firebase Cloud Messaging 控制台发送带有 URL 的 Flutter 推送通知

[英]Sending a Flutter push notification with a URL from Firebase Cloud Messaging console

Is there anyway to send a URL via push notification from Firebase Cloud Messaging console?是否可以通过 Firebase Cloud Messaging 控制台的推送通知发送 URL? I cant seem to find any clear guide regarding this for a Flutter app btw顺便说一句,我似乎无法找到有关 Flutter 应用程序的任何明确指南

在此处输入图片说明

You can send like below image,您可以发送如下图所示,

在此处输入图片说明


Or you can pass custom data,或者你可以传递自定义数据,

在此处输入图片说明

This custom data is Key/value pairs that will be delivered with the message to your app.此自定义数据是将与消息一起传送到您的应用程序的键/值对。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM