Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firebase Cloud Messaging

Xamarin Android Fcm Notification Client To Client(phone To Phone)

I follow the tutorial in https://docs.microsoft.com/en-us/xamarin/android/data-cloud/google-messagi… Read more Xamarin Android Fcm Notification Client To Client(phone To Phone)

Difference Between Fcm (firebase Cloud Messaging) And Gcm? Which One Is Better For Android Push Notification?

I want to use Push notification in my app, Other things like sync with server database I had handle… Read more Difference Between Fcm (firebase Cloud Messaging) And Gcm? Which One Is Better For Android Push Notification?

Get 403 Response With The "new" Firebase Cloud Messaging Api

We are successfully using the Legacy HTTP Server Protocol on our server for FCM. I wanted to update… Read more Get 403 Response With The "new" Firebase Cloud Messaging Api

How To Collapse Multiple Notifications Into A Single One Using Firebase?

I have function in Firebase Cloud Functions which is used to send notifications to specific users w… Read more How To Collapse Multiple Notifications Into A Single One Using Firebase?

FCM: I Have Used FCM To Receive Notification For My App. When My App Is In Foreground It Groups All Notifications But Not When App Is In Background

I am able to group notifications for my app when it is in foreground. Whenever the app goes in back… Read more FCM: I Have Used FCM To Receive Notification For My App. When My App Is In Foreground It Groups All Notifications But Not When App Is In Background

Why OnMessageReceived() Method Is Not Passing Intent Properly When The App Is In Background?

Actually I'm trying to pass intent to an activity on click of the push-notification and it'… Read more Why OnMessageReceived() Method Is Not Passing Intent Properly When The App Is In Background?