Top "Firebase-notifications" questions

Firebase Notifications is a free service that enables targeted user notifications for mobile app developers.

Show Notification of Firebase Message onReceived when App is in Background Through api

I have built a chat application . It is working fine . both users can chat easily but where I get Stuck …

android firebase android-notifications firebase-notifications
Android app is not receiving FCM notification when closed

I am checking Firebase Cloud Messaging to send notification. Have implemented it already and its receiving notification when app is …

android notifications firebase firebase-cloud-messaging firebase-notifications
Android Push notification sound is played only when app is in foreground but not playing sound when app is in background

I am using FCM for push notification below code to play sound when notification received public void playNotificationSound() { try { Uri …

android firebase push-notification android-notifications firebase-notifications
How to auto increment iOS notification badge with Firebase Cloud Messaging?

How can I auto increment the iOS notification badge with Firebase Cloud Messaging? Is it possible to do something like +1 …

ios push-notification apple-push-notifications firebase-cloud-messaging firebase-notifications
What is the difference between Firebase push-notifications and FCM messages?

Heloo, I am building an app where I am using push notifications via Firebase Console. I want to know what …

google-cloud-messaging firebase-cloud-messaging firebase-notifications
Firebase Push Notifications not received if app is closed

I'm testing Firebase Push notifications, sending a notification from the Firebase composer panel, and I noticed that if I close …

android firebase push-notification firebase-notifications
Firebase Notification To Device with FCM Token Says Sent but not received

I am attempting to send a simple push notification from the firebase notification console to a specific device using an …

ios swift firebase firebase-cloud-messaging firebase-notifications
Firebase push notifications update DB

I'm trying to send some data to my users via the new Firebase push notifications service. I'm adding some "key-value" …

android firebase firebase-notifications
Firebase Cloud Messaging Notification not sending iOS payload format

Last night I test push notification using FCM in my apps and it's crashed (It was working few days back). …

ios swift firebase-cloud-messaging firebase-notifications
use of unresloved identifier FIRMessaging

I'm facing a strange issue during integration of the Firebase Notification new API in my iOS Swift App. I encounter …

ios swift firebase firebase-notifications