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
-1
votes
1 answer

Getting Error when passing image inside Firebase notification

I'm trying to pass image inside the FireBase Notification but it is showing me error for parsing the json object bellow is the log cat that shows the error this is the json that send the data from server…
-1
votes
1 answer

Send notification to only one user using his Firebase Auth id

I want to send notification using firebase to only one user and his token is saved in firebase batabase. I will retrieve data this token from database but how can send notification to that user. refForLeaveReq.addValueEventListener(new…
-1
votes
1 answer

MyFirebaseInstanceIdService didn't invoked why?

I have initiated MyFirebaseInstanseIdService in order to get token, directly i will show you the code : @Override public void onTokenRefresh() { super.onTokenRefresh(); String refreshedToken =…
user7913931
-1
votes
1 answer

When app in background firebase notification have notification with payload then remote message method call or not

I will try to getting data when app in background like this format { "to" : "bk3RNwTe3H0:CI2k_HHwgIpoDKCIZvvDMExUdFQ3P1...", "notification" : { "body" : "great match!", "title" : "Portugal vs. Denmark", "icon" : "myicon" …
Kishan Donga
  • 2,851
  • 2
  • 23
  • 35
-1
votes
1 answer

Handle All Notification With different Message Android

In my project I have one activity, a broadcast receiver to check the notification received and the firebase notification services. I am creating notification with different ids, but I am setting message of last received message. What I want is to…
-1
votes
2 answers

Override making error in Android Studio

I have been trying to make an app which uses Firebase Push notification,But an getting this error in Myfirebasemessaginservie class which is "Method does not override method from super class" : package com.flymit.firebasenotificationexam; import…
-2
votes
1 answer

Firebase data notification cannot click

Hi I want to send image on notification and use data notification this is my data and notification comes with picture. but the notification is not clicked How can i send clikable ? ""data"" : {""click_action"":"".MainActivity"", ""body"" :…
-2
votes
2 answers

How to send a notification to a distinct user of Android App

I am working on an android app in which client request for a job. When his job is completed I want to send a notification to submit feedback on Android App. Server Api needs to build in laravel and notifications will be send through Firebase. If you…
-2
votes
1 answer

Firebase notification doesn't appear on device

I pause my app in OnTokenRefresh(), copy the token, put the app into the background and then send a message using Firebase console and it says the token is not registered. The advice is that the device will only receive a notification if it's…
Ian Warburton
  • 15,170
  • 23
  • 107
  • 189
-2
votes
1 answer

push notification using firebase issue(ios, swift 4)

Did not get the push notification data while sending notifcation through my php server using fire base registration token and server key.But it works when i send notification from firebase.Anybody please help me
-2
votes
1 answer

How to send push notifications to Google Firebase web application

Can anybody provide information on how to setup push notifications for a chrome web application? How to setup topics, create new topics, delete topics and what the syntax would be. I searched the internet using what tools we have and come up with…
-3
votes
1 answer

Sending Push Notification Directly

I want so send push notification directly using firebase. I don't wanna use any server! Is it possible? To send Firebase push notification Android to Android Directly using FirebasePlease Help!
-3
votes
1 answer

How to send a notification on Android extracting data from the Firebase Database?

I know Firebase contains a section to send notifications, writing your message in console, but I want to get the values from a table to display the values in a notification. Is this possible?
-4
votes
1 answer

how to show popup notification when android device screen off

I will try to send data messages to my application like this format. { "to": "token", "data": { "title":"Title...", "body":"Body...", "text":"text" } } Then after this JSON I am getting…
1 2 3
49
50