Firebase Notifications is a free service that enables targeted user notifications for mobile app developers.
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-notificationsI 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-notificationsWhen 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-notificationsI 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-notificationsI 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-notificationsFor 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-notificationsI 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-notificationsI'm using Firebase console to send notifications to users. However I want to let users disable notifications. How can I …
android firebase firebase-notificationsimport 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-notificationsI'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