firebase-notifications Questions

4

I'm trying to add Firebase Messaging to my iOS app. I've followed the steps in the Firebase documentation, namely: Uploaded the APNs Certificate Imported Firebase and added [FIRApp configure] Imp...
Lorenzetti asked 19/2, 2017 at 23:42

6

I developed an android applicaiton. I used firebase for notification. I read firebase documentation then I made them respectively. I could send a push notification to one device by using InstanceID...
Juli asked 14/6, 2016 at 13:39

6

I am using Firebase push notifications in my iOS Application. Although I am able to send the notification by sending below payload, it doesn't play a sound when received. { "to": "myToken", "no...

3

When app is in background, the notification message is deliver by Notification, when the notification is tap, app is launch, how can i get the message body? the intent is this: Bundle[{google.se...

9

Last night I test push notification using FCM in my apps and it's crashed (It was working few days back). I test it using notification menu in firebase console. I further investigate the notificat...
Homoeroticism asked 18/6, 2016 at 9:5

4

Solved

I was working through this tutorial (https://www.youtube.com/watch?v=JsWHzU1DxjM) to try and put push notifications into my iOS app. I was able to successfully get the certificate for APNS and set ...
Dicta asked 20/6, 2016 at 23:33

3

Solved

I just need to send a push notification to a specific users inside my Button OnClickListener. Is it possible with userId and all information of this specific user? this is my Button OnClickListene...

5

In Firebase Console I set up audiences based on various user properties and now am able to send notifications to different user segments via console. Is there a way to do the same by http requests ...

4

Solved

I have built a chat application . It is working fine . both users can chat easily but where I get Stuck is if one user's app is at background and screen is off , user is unable to be notified of t...

0

I am confused as to which packages should I implement in my Angular 14 Ionic 6 Capacitor 4 app, for sending and receiving notifications between app users. I need to be able to handle incoming messa...

3

Solved

I'm trying to find out if there are any limitations for the topic names for FCM. Managed to find info about the number of topics (no limitations), but nothing like length of topic name or allowed c...
Ordination asked 22/1, 2018 at 10:50

6

I am using FCM for push notification below code to play sound when notification received public void playNotificationSound() { try { Uri notification = RingtoneManager.getDefaultUri(RingtoneM...

3

Solved

I'm using FCM to send notifications to Android devices. When the app is in background, if I send 10 notifications, the devices will show up 10 entries on the notification bar. I want FCM to make o...

3

Solved

I am currently working on an app and I have implement firebase Push Notification service into my app. I am recieving notification on my iphone but I am unable to set the custom alert sound that I w...
Exothermic asked 7/8, 2016 at 6:38

4

Solved

I use Firebase Cloud Messaging to deliver notifications to my Android client apps, each notification should be sent to a single device according to its registration token. Each time I send a notif...

2

I am using SwiftUI 2.0 and I am trying to implement firebase push notifications. In new SwiftUI app structure, there's no AppDelegate and SceneDelegate, so I created AppDelegate class. I managed re...
Roadblock asked 29/1, 2021 at 20:59

2

Solved

I am doing Push notifications in Angular PWA with Firebase and I am following a link to do so. https://medium.com/@tariqueejaz/progressive-web-app-push-notifications-making-the-web-app-more-native-...

10

Solved

I'm attempting to send out a notification to all app users (on Android), essentially duplicating what happens when a notification is sent via the Firebase admin console. Here is the CURL command I ...

3

Solved

What I want to do with my app is this: users can select different interests and as soon as there are more than ~5 people interested in the same thing, I want to send them a notification. I thought...
Trinitytrinket asked 28/11, 2016 at 18:30

6

I have read a similar question on SO, however, I was not able to get the correct answer from it. I have a system wherein we send notification to around 500 devices. Unfortunately, many of these d...

5

Solved

I'm developing an iOS app that should receive push notifications sent from the Firebase console. I'm using Swift 3 and iOS 10. As recommended by the Firebase documentation, we must assign our dele...
Strephonn asked 5/10, 2016 at 20:28

1

I'm using: flutter_local_notifications: ^5.0.0+3 I'm showing notification like this, its all working. The custom icon is also working. BUt I'm trying to set a large icon, and its just not showing. ...
Surgeonfish asked 6/5, 2021 at 18:57

3

Not able to figure out how to send mutable_content=true in aps dictionary. This is the json payload which i recieve when i send notification from firebase messaging console { aps = { alert = { ...

6

Solved

I am thinking about keeping all registration ids(push token) in DB and sending notifications to user from iPhone. I tried something like this but did not get any notification. func sendPNMessage()...

5

Solved

Here is the code that I have used to receive push Notification when app in foreground @available(iOS 10.0, *) func userNotificationCenter(center: UNUserNotificationCenter, willPresentNotification ...
Dextrous asked 27/12, 2016 at 7:1

© 2022 - 2024 — McMap. All rights reserved.