I have implemented push notifications on my xamarin forms project using FCM. The notifications are starts receiving when a new message is sent by a member of the group(Same like WhatsApp).
I want to stop receiving notifications from the app when I log out. Currently, I got the notification even I was logged out from the app. Is there any way to stop receiving the notification on the logged out state in android part?