Firebase Cloud Messaging (FCM) is the new version of GCM.
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-messagingI 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-notificationsI 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-reportingI 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-messagingGoogle 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-messagingI 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 ios11When 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-notificationsI 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.3I 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-workerOur app now has targetSdkVersion 26 (Android 8) and the app uses FCM push notifications. When app is in the foreground state …
push-notification firebase-cloud-messaging android-notifications android-studio-3.0 android-8.0-oreo