Top "Firebase-notifications" questions

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

How can I get device id for push notifications using firebase in android

I found this solution and I think it is not the ID which is required for notification kindly tell me …

android firebase firebase-cloud-messaging firebase-notifications
Firebase console: How to specify click_action for notifications

I implemented Firebase and testing the Firebase notifications. When the app is in the foreground I don't have problems, I …

android firebase firebase-cloud-messaging firebase-notifications
Open activity on firebase notification received in foreground

When my application is open and I receive a notification I want to be able to open the activity associated …

android firebase firebase-cloud-messaging firebase-notifications
How to handle launch options in Swift 3 when a notification is tapped? Getting syntax problems

I am trying to handle the launch option and open a specific view controller upon tapping a remote notification that …

ios swift firebase firebase-cloud-messaging firebase-notifications
FCM Notification in iOS doesn't play sound when received

I am using Firebase push notifications in my iOS Application. Although I am able to send the notification by sending …

ios firebase firebase-cloud-messaging firebase-notifications
APNS Firebase Notification failed to fetch token

For Swift3 / iOS10 see this link: ios10, Swift 3 and Firebase Push Notifications (FCM) I'm trying to use the Firebase for …

ios swift push-notification firebase firebase-notifications
FCM - Setting badge in onMessageReceived

I have an Android application, where I'm using some method to show notification number on app icon. Now I want …

android google-cloud-messaging firebase-cloud-messaging firebase-notifications
Firebase on Android - I want to disable firebase notifications on Android client

I'm using Firebase console to send notifications to users. However I want to let users disable notifications. How can I …

android firebase firebase-notifications
Firebase when receive Push Notification did not receive the popup

import Firebase import FirebaseInstanceID import FirebaseMessaging func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { registerForPushNotifications(application) FIRApp.…

ios firebase google-cloud-messaging firebase-cloud-messaging firebase-notifications
Firebase Notification Always shows blank icon

I'm new with FCM. I cannot make FCM use my app icon as notification icon and the icon is always …

android firebase android-notifications firebase-cloud-messaging firebase-notifications