I have already push the GCM
message to google server using asp .net
in following method,
GCM Push Notification with Asp.Net
Now i have planned upgrade to FCM
method, anyone have idea about this or developing this in asp .net
let me know..
I have already push the GCM
message to google server using asp .net
in following method,
GCM Push Notification with Asp.Net
Now i have planned upgrade to FCM
method, anyone have idea about this or developing this in asp .net
let me know..
C# Server Side Code For Firebase Cloud Messaging
APIKey and senderId , You get is here---------as follow(Below Images) (go to your firebase App)
I don't believe there is any change in the way you are sending push notifications. In FCM also, you are going to make HTTP POST Request the same way you did for GCM:
Read about FCM Server for more information.
The only change I could see now, is the target Url. Period.
Here is my VbScript sample for who prefers vb: