Yeremia Danang
Yeremia Danang

Reputation: 139

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

Can I use GCM Firebase to send push notification to my xamarin.android through my Asp.net.Web.Api?

I'm planning to do this: my web api will trigger GCM FireBase to send push notification to my android app. So when data in my web api (in this condition: datetime) is today date. it will trigger to send push notification to my android app project. But I have no idea to do that. Maybe someone here can help me for procedures or the documentation so I can learn it?

Thanks in advance.

Upvotes: 1

Views: 882

Answers (1)

FreakyAli
FreakyAli

Reputation: 16572

Yes you can use your ASP.Net Web-Api to trigger a fcm push notification(Did it myself recently)

There is a detailed guide on how to use it in this medium blog here, it is a well documented blog and has all the required information.

In case of queries feel free to revert

Upvotes: 2

Related Questions