Top "Firebase-cloud-messaging" questions

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

Send push notifications from server with FCM

Recently I asked a question on sending push notifications using GCM: Send push notifications to Android. Now that there is …

firebase google-cloud-messaging firebase-cloud-messaging
Firebase (FCM): open activity and pass data on notification click. android

There should be clear implementation of how to work with Firebase notification and data. I read many answers but can't …

android firebase notifications firebase-realtime-database firebase-cloud-messaging
How to send device to device messages using Firebase Cloud Messaging?

After searching the docs I could not find any info on how to send device to device messages using FCM …

firebase firebase-cloud-messaging
What to use now that FirebaseInstanceId.getInstance().getToken() is deprecated

I would like to know what would be the correct way to get Firebase token for sending push notification now …

android firebase push-notification firebase-cloud-messaging
Firebase Expandable Notification Show image when app is in background

I am implementing FCM notifications in Android, but how does notifications differ depending on the app status (background vs. foreground)? …

android background push-notification firebase-cloud-messaging
Firebase onTokenRefresh() is not called

In my MainActivityin my log, I can see the token using FirebaseInstanceId.getInstance().getToken() and it display the generated token. …

android firebase firebase-cloud-messaging firebase-notifications
Correct way to retrieve token for FCM - iOS 10 Swift 3

i had implement Firebase with FirebaseAuth/FCM etc and did sent notification successfully through Firebase Console. However i would need …

ios swift firebase firebase-cloud-messaging
Sending Push via Postman using Firebase Messaging

I'm trying to use Postman to send a single Push Notification using Firebase Cloud Messaging service. This is a working …

curl firebase postman firebase-cloud-messaging
Open app on firebase notification received (FCM)

I want to open application automatically when notification is received, is this possible with Firebase and new FCM notifications? I …

android firebase firebase-cloud-messaging firebase-notifications
FirebaseInstanceId Token retrieval failed SERVICE_NOT_AVAILABLE

I'm working on an android app, it uses Firebase Authentication, Database and Storage. It was all working fine until this …

android firebase firebase-cloud-messaging