Top "Firebase-cloud-messaging" questions

Firebase Cloud Messaging (FCM) is the new version of GCM.

How to check the delivery status of Firebase message sent to an Android application?

I am testing the Firebase JSON to check the delivery receipts of the notification sent to the news app. I …

android firebase firebase-cloud-messaging confirmation
How to handle launch options in Swift 3 when a notification is tapped? Getting syntax problems

I am trying to handle the launch option and open a specific view controller upon tapping a remote notification that …

ios swift firebase firebase-cloud-messaging firebase-notifications
Unable to send data message using firebase console

I'm using firebase console and can send only Notification messages using it. Is there a way to send data messages …

android firebase firebase-cloud-messaging firebase-console
FCM Notification in iOS doesn't play sound when received

I am using Firebase push notifications in my iOS Application. Although I am able to send the notification by sending …

ios firebase firebase-cloud-messaging firebase-notifications
Firebase Cloud Messaging AppDelegate Error

This is code in the Firebase Docs. if #available(iOS 10.0, *) { let authOptions : UNAuthorizationOptions = [.Alert, .Badge, .Sound] UNUserNotificationCenter.currentNotificationCenter().requestAuthorizationWithOptions( authOptions, …

ios swift firebase swift3 firebase-cloud-messaging
No static method zzUr() in Firebase when I try to use Analytics with Notifications

I'm starting to use the Firebase Cloud Messaging. I have only the example code of the guide to use the …

android firebase firebase-cloud-messaging firebase-analytics
FCM - Setting badge in onMessageReceived

I have an Android application, where I'm using some method to show notification number on app icon. Now I want …

android google-cloud-messaging firebase-cloud-messaging firebase-notifications
How to send Firebase Cloud Messaging from a node server?

Is there any way to send notifications from FCM from a node.js server? I haven't found anything about it …

node.js firebase firebase-cloud-messaging
Android: Subscribe to Firebase Cloud Messaging(FCM) Topic

According to Firebase cloud messaging documentation, for subscribing a user to a topic I need to call FirebaseMessaging.getInstance().subscribeToTopic("…

android firebase firebase-cloud-messaging
Unsubscribe from all topics at once from Firebase Messaging

Is there any way to unsubscribe from all topics at once? I'm using Firebase Messaging to receive push notification from …

android firebase firebase-cloud-messaging