Top "Firebase-notifications" questions

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

Firebase FCM notifications click_action payload

I am trying to open a particular activity when the user clicks the notification when the app is in the …

android android-notifications firebase-cloud-messaging firebase-notifications
What is FCM token in Firebase?

In the new Firebase, under Notification, they have mentioned that developer can send notification to a particular device. For that, …

android firebase firebase-cloud-messaging firebase-notifications
How do you send a Firebase Notification to all devices via CURL?

I'm attempting to send out a notification to all app users (on Android), essentially duplicating what happens when a notification …

android firebase firebase-cloud-messaging firebase-notifications
How To Create Topic in FCM Notifications

I'm trying Firebase-Notification API the service is worked perfect when i send downstream message from console to app, but how …

android firebase google-cloud-messaging firebase-notifications
Firebase onTokenRefresh() is not called

In my MainActivityin my log, I can see the token using FirebaseInstanceId.getInstance().getToken() and it display the generated token. …

android firebase firebase-cloud-messaging firebase-notifications
Open app on firebase notification received (FCM)

I want to open application automatically when notification is received, is this possible with Firebase and new FCM notifications? I …

android firebase firebase-cloud-messaging firebase-notifications
Firebase Cloud Messaging Doesn't Create Push Notifications but Gets Information

I was working through this tutorial (https://www.youtube.com/watch?v=JsWHzU1DxjM) to try and put push notifications …

ios swift firebase firebase-notifications
Open specific Activity when notification clicked in FCM

I am working on App in which I am required to show notification. For notification, i am using FireBase Cloud …

android android-notifications firebase-cloud-messaging firebase-notifications
Firebase notifications when app is closed

I have implemented Firebase notification in my Android application. When my app is running, notification is displayed with my custom …

android firebase firebase-cloud-messaging firebase-notifications