Top "Firebase-cloud-messaging" questions

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

Deleting google-services json file

Actually by mistake I pasted google-services json file of another project in my current project of android .So when building …

android firebase firebase-cloud-messaging ioexception
How to auto increment iOS notification badge with Firebase Cloud Messaging?

How can I auto increment the iOS notification badge with Firebase Cloud Messaging? Is it possible to do something like +1 …

ios push-notification apple-push-notifications firebase-cloud-messaging firebase-notifications
What is the difference between Firebase push-notifications and FCM messages?

Heloo, I am building an app where I am using push notifications via Firebase Console. I want to know what …

google-cloud-messaging firebase-cloud-messaging firebase-notifications
What is the purpose of the condition "if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {" in the Firebase Cloud Messaging sample project?

I am implementing the Firebase Cloud Messaging Quickstart sample project available at https://github.com/firebase/quickstart-android/tree/master/messaging, …

android push-notification firebase-cloud-messaging android-push-notification
Firebase Notification To Device with FCM Token Says Sent but not received

I am attempting to send a simple push notification from the firebase notification console to a specific device using an …

ios swift firebase firebase-cloud-messaging firebase-notifications
How to get all topics list of Firebase through API?

I want to retrieve all the topics created so far via API request, similar to the list that firebase console …

firebase firebase-cloud-messaging firebase-console
Requested entity was not found when trying to send a push notification using Firebase Cloud Messaging in Firebase Cloud Functions

I'm trying to send a multicast notification via FCM from a Firebase Cloud function with the following code: const message = { …

firebase firebase-cloud-messaging firebase-admin
ld: library not found for -lGoogleToolboxForMac

I am implementing firebase setup via pods. My Pods file looks like following one. # Uncomment the next line to define …

objective-c firebase-cloud-messaging xcode8.1 google-toolbox-for-mac
Firebase Cloud Messaging Notification not sending iOS payload format

Last night I test push notification using FCM in my apps and it's crashed (It was working few days back). …

ios swift firebase-cloud-messaging firebase-notifications
No custom sound with Android Firebase Notification

I am using Firebase push notifications in my Android App. I can send correctly notification with custom icon, but I …

android firebase firebase-cloud-messaging android-8.1-oreo