Top "Firebase-cloud-messaging" questions

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

Firebase InstanceID.instanceID().token() method is deprecated

I am working with swift and firebase. Previously I was using following method to get firebase token which then I …

swift firebase firebase-cloud-messaging token
Firebase Cloud Messaging - How to validate Tokens?

I am using Firebase Cloud Messaging (FCM) and as per the abreviated code below everytime a new Token is generated …

android firebase firebase-cloud-messaging
Firebase when receive Push Notification did not receive the popup

import Firebase import FirebaseInstanceID import FirebaseMessaging func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { registerForPushNotifications(application) FIRApp.…

ios firebase google-cloud-messaging firebase-cloud-messaging firebase-notifications
firebase cloud messaging: setBackgroundMessageHandler not called

I am prototyping browser push notifications with FCM. I just copied the example code from the quickstart (https://github.com/…

firebase firebase-cloud-messaging service-worker
Firebase Notification Always shows blank icon

I'm new with FCM. I cannot make FCM use my app icon as notification icon and the icon is always …

android firebase android-notifications firebase-cloud-messaging firebase-notifications
Get all subscribed topics from firebase cloud messaging

Using the new FirebaseMessaging it's easy to un/subscribe to topics via: FirebaseMessaging.getInstance().subscribeToTopic(); FirebaseMessaging.getInstance().unsubscribeFromTopic(); But is …

android firebase-cloud-messaging
FCM Schedule delivery date or time of push notification

I have working with FCM console to send push notification and it has an option to schedule the delivery date. …

firebase firebase-cloud-messaging firebase-notifications
what is "serviceAccountKey.json" referring to in the Firebase device-to-device notifications tutorial

I managed to go through the complete Firebase Android Codelab without too much problem, the app works perfectly. Now I …

java android google-app-engine firebase firebase-cloud-messaging
How to send Device to device notification by using FCM without using XMPP or any other script.?

Is there any way to send Upstream notification message through FCM from one android device to another devices connected with …

android iphone firebase xmpp firebase-cloud-messaging
Setting app badge when fcm push notifications received

I'm using FCM for cloud messaging. I want to add app badge when I receive a push notification from the …

ios swift push-notification firebase-cloud-messaging badge