如何从c#发送FireBase自定义推送通知?

时间:2017-07-13 11:42:45

标签: c# .net firebase push-notification firebase-cloud-messaging

如何从c#发送自定义推送通知? 我在firebase控制台中看到,有一个高级选项可以将自定义数据作为键值对发送。我想在c#中发送键值对。 谁知道怎么做?

1 个答案:

答案 0 :(得分:0)

要以编程方式发送推送通知,请查看enter image description here。最好的出发点是在现有的Node.js环境中使用Firebase Cloud Messaging API,或在Firebase Admin SDK中显示的云函数中使用this example