I have built a web api which will be the back-end side of AngularJs, IOS, and Android front-ends applications.
Now I have requirement to push notifications from my web api to front-end apps when for example a product has been updated.
I was thinking of using SignalR to push notifications in realtime manner but it will not be useful if other users are offline.
Now I am planning to use FCM to push notifications so you could you please give me answer for my question
How to integrate my web api with FCM and what are the benefits I would get from using FCM in pushing notifications?
PS
I would appreciate any references to integrate asp.net web api with FCM