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
0 answers

Firebase notification is not working when the activity is on the foreground

I don't have problem with the notification when my app is in the background. Can someone tell me why? This is my manifest.xml:
0
votes
1 answer

FCM - Not Receiving Notifications when the app is relaunched

I migrated to Firebase Cloud Messaging for push notifications. Every thing works great , I get notifications whenever the app is open or running in background , but when the app is closed and a message is sent from the server then you don't receive…
0
votes
0 answers

Firebase Push notification-customizing click event when app in background

Firebase push notification generated from console by default opens launcher activity on clicking when app is in background.Is there any way to customise the click events when app is in background since onMessageReceived is not called?I looked at…
0
votes
1 answer

Google FCM ios-quickstart error on click local notification - unrecognized selector sent to instance

After push message from Google Firebase Console, The push message notification show on top of iPhone device and then I click the message and Xcode throws exception as below: [UIConcreteLocalNotification setAlertTitle:]: unrecognized selector sent…
0
votes
2 answers

Firebase Cloud Messaging onMessageReceived not getting triggered

As instructed in Firebase dev docs, I've implemented a Service that extends FirebaseMessagingService and overrides the onMessageReceived callback. I have put a Log message in the first line inside the onMessageReceived method. App running in…
Sai
  • 2,089
  • 3
  • 19
  • 30
0
votes
1 answer

Use Firebase database in notifications sending

What I want is to be able to use Firebase Console to send push notifications to users that I have registered in firebase database. I'd want to filter them by some topics/values stored in their user object. Is it possible?
0
votes
1 answer

Firebase: How to observe a node and send push notifications to clients?

Since the new release of Firebase you are able to send push notifications from the console to specified clients with Firebase Notifications. But for a chat app I need Firebase to watch a node for new children and send the push notifications to those…
0
votes
2 answers

From notification to fragment when app is in the background?

I am building an app with fragments and I am using Firebase notifications. I want, when user click on notification, to send him to the Fragment1 on MainActivity. And, I've done it, but the problem is that works only when app is in the foreground.…
Goran_1992
  • 103
  • 1
  • 2
  • 9
0
votes
1 answer

Integrate firebase notifications topics and firebase authentication

I am currently using the firebase notifications console to send notifications to specific android devices using topics. Is it possible to link the topics that the device is subscribed to with the user account that is logged in through firebase…
0
votes
2 answers

What URL should I use?

I wrote an app some time ago, and now I need to use push notifications. I used Firebase to receive notifications; so far, so good. Now, I need the admin version of my app to be able to create those notifications, instead of sending them via the…
0
votes
1 answer

Firebase Friendlychat https://github.com/firebase/friendlychat chat notification issue

I have cloned and ran the github https://github.com/firebase/friendlychat friendly chat project for Android. It is creating chat app between all users but I was expecting to see a notification since they have included FirebaseMessagingService in the…
Amit Patel
  • 1,795
  • 16
  • 20
0
votes
1 answer

Unable to dispay the received firebase quickstart sample messaging notification

I'm trying out the Firebase Cloud Messaging Quickstart sample code (Android) from the following https://firebase.google.com/docs/samples I managed to run the sample code, but when i try to send the notification from the Firebase console, despite i…
0
votes
2 answers

Firebase notifications conversions

I am just starting using Firebase in my Android App. I can receive perfectly a notification from Firebase console on my device, that's amazing. My question to you is, in the firebase console when you see the messages sent in Notifications, when I…
Nits_
  • 17
  • 8
0
votes
2 answers

Firebase: Javascript SDK for push notifications?

The new version of Firebase supports push notifications. We can send notifications via the Firebase GUI console. But does Firebase provide an JavaScript SDK so that I can send notification directly via my web application to my mobile application…
papay0
  • 1,311
  • 1
  • 12
  • 25
-1
votes
1 answer

MyFirebaseMessagingService not called when activity is killed

When the application is alive everything is running properly but when no activity is running I still get a notification with app_name and Body by firebase notification and opens MainActivity. here is my MyFirebaseMessagingService class:- I saw a…
1 2 3
49
50