通过 FireBase 触发从 ASP.Net Api 到 Xamarin.Android 应用程序的推送通知

Trigger Push Notification from ASP.Net Api to Xamarin.Android App through FireBase

我可以使用 GCM Firebase 通过我的 Asp.net.Web.Api 向我的 xamarin.android 发送推送通知吗?

我打算这样做:我的 web api 将触发 GCM FireBase 向我的 android 应用程序发送推送通知。因此,当我的网络 api 中的数据(在这种情况下:日期时间)是今天的日期。它将触发向我的 android 应用程序项目发送推送通知。但我不知道这样做。也许这里有人可以帮助我获得程序或文档,以便我学习?

提前致谢。

是的,您可以使用您的 ASP.Net Web-Api 触发 fcm 推送通知(最近自己做的)

在这个中型博客 here 中有关于如何使用它的详细指南,它是一个有据可查的博客,包含所有必需的信息。

如有疑问,请随时回复