Top "Firebase-notifications" questions

Firebase Notifications is a free service that enables targeted user notifications for mobile app developers.

Sending Emojis in Firebase notifications

Sort of a two part question here: How do I send emoji's through Firebase notifications? I tried entering a message …

firebase unicode firebase-cloud-messaging emoji firebase-notifications
Clicking on notification doesn't open mentioned activity

I am trying to open an Activity when the notification is clicked and below is my code. Intent intent = new …

java android push-notification firebase-cloud-messaging firebase-notifications
How to retrieve notification message intent.getExtras() when app is background FCM

I am using FCM for Simple notification When the app is in foreground, everything working properly. I am getting a …

android firebase firebase-cloud-messaging firebase-notifications
How to send message from Firebase to device when app is killed?

I am trying to get familiar with Firebase Notifications. It works fine, but I am stuck with receiving messages from …

android firebase firebase-cloud-messaging firebase-notifications
How to setup Android Firebase Notification in Manifest?

I'm trying to setup Firebase notifications. I did changes in app level and root level build.gradle. But still, its …

android firebase manifest firebase-notifications
Push notification not received when App is in Background in iOS 10

I'm using FCM(Firebase Cloud Messaging) for sending push notifications in iOS. I'm able to receive the notification when App …

ios objective-c firebase firebase-cloud-messaging firebase-notifications
Can I move app from current project to another project with current data in Firebase Console of the same account

I have a project in firebase console, this project has two apps both android. I had only integrated Analytics, Notifications …

android firebase firebase-notifications firebase-crash-reporting
Firebase chat Push Notifications

I am developing a chat app using Firebase as backend. It is required that on every new message receiver gets …

ios push-notification firebase firebase-cloud-messaging firebase-notifications
"Error : Use of undeclared type MessagingDelegate" in Firebase messaging

I have updated my firebase messaging pod recently and followed the Quickstart guide of Firebase to perform necessary changes of …

ios swift3 appdelegate firebase-notifications