This is a demo .Net WebAPI project for FCM integration on server side.
Notes
- This should be use with ltin071/FCMDemo (app) project for testing purporse
- For broadcast
api/notification/broadcast
message=[your message]
- For normal send
api/notification/send
fcmtoken=[your fcm token]
message=[your message]