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

How To Implement Firebase Cloud Messaging With Foreground Application?

How to receive a message in an Activity with the application in the foreground and display the mess… Read more How To Implement Firebase Cloud Messaging With Foreground Application?

Open Deep Link Url When Click On Fcm Notification

I'm using Google's Fcm to send notification to my Android client I want to open specific sc… Read more Open Deep Link Url When Click On Fcm Notification

Topics_message_rate_exceeded When Sending More Than One Message In A Short Period Of Time

I need to send more than one message to a single topic in just one second. I have three Android dev… Read more Topics_message_rate_exceeded When Sending More Than One Message In A Short Period Of Time

Failed To Resolve Implementation 'com.google.firebase:firebase-messaging:15.0.2'

I am Integrating Firebase messaging for a version is: 'com.google.firebase:firebase-messaging:1… Read more Failed To Resolve Implementation 'com.google.firebase:firebase-messaging:15.0.2'

How To Address Android Lint Complaint About Exported Firebase Messaging Service Implementations?

Following the Google developer instructions on implementing Firebase in my app, I notice that andro… Read more How To Address Android Lint Complaint About Exported Firebase Messaging Service Implementations?

Firebase: Can I Detect If A Server Api Key Is Fcm Or Gcm?

I have a mix of GCM and FCM Server API keys that belong to different android apps. However I am not… Read more Firebase: Can I Detect If A Server Api Key Is Fcm Or Gcm?

Cannot Receive Notification In Ios [firebase]

I'm using Firebase Cloud Messaging and create a cron for my notification instead of using the F… Read more Cannot Receive Notification In Ios [firebase]

Xamarin Forms: Push Notification Is Not Working On Android 7.1.2

Push notification is not working on Android device having a version number 7.1.2, but working fine … Read more Xamarin Forms: Push Notification Is Not Working On Android 7.1.2

Firebase Notifications When App Is Closed

I have implemented Firebase notification in my Android application. When my app is running, notific… Read more Firebase Notifications When App Is Closed

Firebase Notifications Through Server-side Code

The new Firebase notifications service allows us to use a Console UI to post notifications to all m… Read more Firebase Notifications Through Server-side Code

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?

Firebasemessagingservice: No Notifications When Phone Is Sleeping

I am using FirebaseMessagingService. I am sending some notifications with the server. However, thes… Read more Firebasemessagingservice: No Notifications When Phone Is Sleeping

Fcm Data Messages Are Not Working Properly

I am using data messages where we can send messages even when the app is killed or in background or… Read more Fcm Data Messages Are Not Working Properly

Startactivity Not Working Inside Onmessagereceived In Fcm

I know there are many thread discussing this problem. I have tried almost all of solutions on that … Read more Startactivity Not Working Inside Onmessagereceived In Fcm

Show A Dialog When Firebase Notification Is Received And App Is In The Background

I have an app that elderly people use, and I need a really noticeble way for them to know that they… Read more Show A Dialog When Firebase Notification Is Received And App Is In The Background

Processdebugresources'. > Error: More Than One Library With Package Name 'com.google.android.gms'

I added Firebase Cloud Messaging to my Android app and I'm upgrading my old app from GCM to FCM… Read more Processdebugresources'. > Error: More Than One Library With Package Name 'com.google.android.gms'

How Set Firebase Notification Channelid In Android O?

For API level 26 we have to set a channel id as a reference. I learned how to do it without a chann… Read more How Set Firebase Notification Channelid In Android O?

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)

Should We Use Gcm (or New Fcm) With Openfire For Offline Pushnotification Messages?

It seams like to work with chat application, using openfire and smack there can be two ways below, … Read more Should We Use Gcm (or New Fcm) With Openfire For Offline Pushnotification Messages?

Implement A Read Receipt Feature In Firebase Group Messaging App

I'd like to implement a 'Seen' feature in my Firebase group messaging app. Can you kind… Read more Implement A Read Receipt Feature In Firebase Group Messaging App