Questions tagged [firebase-notifications]

Firebase Notifications is a free service that enables targeted user notifications for mobile app developers. Firebase Notifications is a cross-platform solution that lets you easily deliver notifications at no cost.

About Firebase Notifications

Firebase Notifications is a component of the Firebase suite of tools for cross-platform application development.

  • Send free and unlimited notifications across Android, and iOS.
  • Send messages and analyze effectiveness in one dashboard without writing any code
  • Integrate with Firebase Analytics to deliver messages to a user segment

Related tags

749 questions
0
votes
1 answer

Firebase notification count restriction by topic on REST API

From my google search, we can send notifications to all users only from FCM console. Currently there is no support for that in REST API. But we can specify a topic in REST API and whoever subscribed to that topic will get the notification. Is there…
user10
  • 5,186
  • 8
  • 43
  • 64
0
votes
1 answer

How to add notification with Firebase IOS chat?

I have implemented firebase chat in iOS app, and it is working fine, I am trying to implement if any user send message other will get notification if he is not online. Any suggestion would be helpful.
Tejinder
  • 1,507
  • 19
  • 22
0
votes
2 answers

Firebase Get Notification data on tap

I was firebase console to send notifications. It sends notifications to system tray directly. I want to get payload from them when user taps on them. When your app is in the background, Android directs notification messages to the system tray. A…
0
votes
1 answer

Removing expired notifications from Firebase

My application uses Firebase Notifications. If Firebase generates two notifications with the same id, I display both in my status bar, but I want the older notification to be removed. My code: private void sendNotification(String messageBody) { …
0
votes
2 answers

Firebase Notification for Android, onTokenRefresh Method

Can anyone help me about notification with Firebase to learn good things. For me, I think the sendRegistrationToServer() method is not necessary when the token is updated. In all cases, the notification will be sent to all the devices where the…
user5854242
0
votes
1 answer

Target estimate term in Firebase Push Notification

Recently i am working in a android project i want to use Firebase push notification. I set up everything completely but when i send push notification i can see a term Target Estimate >1000 what's this means.
pavel
  • 1,603
  • 22
  • 19
0
votes
1 answer

Google Firebase remote notifications not popping up when app is running in background

I am using Google Firebase to send notifications to users. At the time I am trying to send notification to single device (mine). Having a problem with receiving notifications - while my app is running in background banner not appears. But if I open…
MOzeb
  • 423
  • 1
  • 6
  • 14
0
votes
1 answer

Firebase click_action in Firebase Console, has it changed?

I see this has been discussed, but I want to know if it has changed. I am using Firebase notifications, and I understand if the app is in the background the onMessageReceived() method isn't called. However if you send with the message click_action…
RJB
  • 1,704
  • 23
  • 50
0
votes
1 answer

Firebase notification style

I use firebase with cURL. I wonder how to use big image style and put big image url to the "notification" section in json file. My file looks like that: { "to" : "my_device_id", "notification" : { "body" : "great match!", "title" : "Portugal…
0
votes
0 answers

Notification sent from the Firebase console does not work when App is in Background

I was able to send the notification to a single iOS device yesterday. Today when I was sending to the same device, I received the notification when App was in foreground. What I found out was that Google changed the notification Payload. Yesterday…
MrDank
  • 2,020
  • 2
  • 17
  • 39
0
votes
2 answers

Notifications aren't displaying with Firebase

So I just implemented (well attempted to) Push Notifications for my app. I have sorted all the certificates out and have everything running within Xcode. I uploaded my .p12 file to Firebase in the development section and even downloaded the…
0
votes
1 answer

Firebase notification integration throws java.lang.IncompatibleClassChangeError

I'm trying to integrate firebase notification to existing android application. But when the app start it crashes. Process: uk.co.stableweb.geethika, PID: 24344 java.lang.IncompatibleClassChangeError: com.google.firebase.auth.FirebaseAuth at…
Isuru
  • 3,818
  • 13
  • 49
  • 64
0
votes
1 answer

Notifications with Firebase from web

I have been working on an Android application and my customer that will use it want to send notifications is there any way to send notifications from a Web UI other than firebase console?
mrg3tools
  • 29
  • 1
  • 8
0
votes
1 answer

Sending only data trough firebase services

Is it possible to send a notification trough firebase services dashboard with data without notification object?
0
votes
1 answer

ROR Firebase Notification

I have a question, I have a working PHP firebase notification script, but I am still sending the notification locally via XAMPP, if I want my RoR server to send the notification, do I have to re code the whole PHP script to a ruby script? or can I…
iOSAndroid
  • 17
  • 1
  • 11