I have implemented push notifications to my app using firebase console. Now what I would like to do is, trigger the push notification at my server side.
For eg: when new user signs up, I want to trigger the notification from server. How can this be done
Answers
Here is a guide which provides a step-by-step explanation of how to use Firebase Cloud Messaging to implement remote notifications (also called push notifications) in a Xamarin.Android application.
Before pushing messaging, the client app must first register with FCM. When the app server sends a downstream message to the client app, it uses the following steps as enumerated in the above diagram:
Tutorial about how FCM works:
https://docs.microsoft.com/en-us/xamarin/android/data-cloud/google-messaging/firebase-cloud-messaging