Top "Firebase-cloud-messaging" questions

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

How to handle notification when app in background in Firebase

Here is my manifest <service android:name=".fcm.PshycoFirebaseMessagingServices"> <intent-filter> <action android:name="com.google.…

android firebase firebase-cloud-messaging
How can I send a Firebase Cloud Messaging notification without use the Firebase Console?

I'm starting with the new Google service for the notifications, Firebase Cloud Messaging. Thanks to this code https://github.com/…

php android api firebase firebase-cloud-messaging
Firebase (FCM) how to get token

It's my first time using FCM. I download a sample from firebase/quickstart-android and I install the FCM Quickstart. But …

android firebase firebase-cloud-messaging
Firebase onMessageReceived not called when app in background

I'm working with Firebase and testing sending notifications to my app from my server while the app is in the …

android firebase firebase-cloud-messaging
GCM with PHP (Google Cloud Messaging)

Update: GCM is deprecated, use FCM How can I integrate the new Google Cloud Messaging in a PHP backend?

php android firebase-cloud-messaging google-cloud-messaging
Where can I find the API KEY for Firebase Cloud Messaging?

I am trying to figure out how the new version of GCM or Firebase Cloud Messaging works so I moved …

firebase google-cloud-messaging firebase-cloud-messaging
Notification Icon with the new Firebase Cloud Messaging system

Yesterday Google presented at Google I/O the new notification system based on the new Firebase. I tried this new …

android push-notification firebase googleio firebase-cloud-messaging
Error: fix the version conflict (google-services plugin)

As per this SO thread, I know there are version conflicts, but issue still persists after new versions from Google. …

android firebase google-play-services firebase-cloud-messaging
Firebase cloud messaging notification not received by device

I am having an issue with FireBase Cloud Messaging in which I get the Token from the device and send …

android firebase google-cloud-messaging firebase-cloud-messaging
Firebase FCM notifications click_action payload

I am trying to open a particular activity when the user clicks the notification when the app is in the …

android android-notifications firebase-cloud-messaging firebase-notifications