Firebase Cloud Messaging (FCM) is the new version of GCM.
Here is my manifest <service android:name=".fcm.PshycoFirebaseMessagingServices"> <intent-filter> <action android:name="com.google.…
android firebase firebase-cloud-messagingI'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-messagingIt'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-messagingI'm working with Firebase and testing sending notifications to my app from my server while the app is in the …
android firebase firebase-cloud-messagingUpdate: 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-messagingI 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-messagingYesterday 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-messagingAs 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-messagingI 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-messagingI 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