Firebase Cloud Messaging (FCM) is the new version of GCM.
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 confirmationI 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-notificationsI'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-consoleI 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-notificationsThis 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-messagingI'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-analyticsI 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-notificationsIs 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-messagingAccording to Firebase cloud messaging documentation, for subscribing a user to a topic I need to call FirebaseMessaging.getInstance().subscribeToTopic("…
android firebase firebase-cloud-messagingIs 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