Top "Firebase-cloud-messaging" questions

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

FCM remote notifications payload for iOS and Android

We are using FCM to send remote notifications for both iOS and Android. The following are the payloads we are …

android ios firebase notifications firebase-cloud-messaging
Firebase console: How to specify click_action for notifications

I implemented Firebase and testing the Firebase notifications. When the app is in the foreground I don't have problems, I …

android firebase firebase-cloud-messaging firebase-notifications
All firebase libraries must be either above or below 14.0.0

I have checked my app build.gradle file and these are the only lines that are related to firebase in …

android firebase firebase-cloud-messaging firebase-analytics firebase-crash-reporting
Firebase: Cannot upload production APNs certificate

I am currently testing an app in TestFlight and need a production APNs certificate in order to test Notifications in …

ios push-notification firebase apple-push-notifications firebase-cloud-messaging
Migration from GCM to FCM needed?

Google just announced that Google Cloud Messaging is now Firebase Cloud Messaging. What does this mean for existing users of …

android firebase google-cloud-messaging firebase-cloud-messaging
FCM Push notifications do not work on iOS 11

I use Firebase as a backend. I also use FCM as one of the provided features from Firebase. FCM worked …

ios firebase push-notification firebase-cloud-messaging ios11
Open activity on firebase notification received in foreground

When my application is open and I receive a notification I want to be able to open the activity associated …

android firebase firebase-cloud-messaging firebase-notifications
Failed to resolve 'com.google.firebase:firebase-messaging:11.0.4' in Android Studio 2.3.3

I want to Set up a firebase Cloud Messaging Client App on Android studio, I am using latest version of …

android firebase gradle firebase-cloud-messaging android-studio-2.3
Firebase: change the location of the service worker

I am trying to use Firebase messaging (web). Firebase by default searches for the file "firebase-messaging-sw.js" which holds the …

javascript firebase firebase-cloud-messaging service-worker