firebase notification

  1. Marcos Alves

    Android Question Firebase Notifications Problem

    Hello all, It's been a long time since I started to use Firebase Notifications in my apps. I noticed recently that if the app is in background the notifications are arriving BUT the code in the event fm_MessageArrived isn't being ran. Only IF the app is onscreen the code runs! I really...
  2. G

    Android Question Push Notification While app is not running

    Hello everyone! I read a lot of posts about this issue, but I did not succeed to find a solution. I use firebase notification. Is there any way that my app can show the notification while is not running? As I saw logs, I received the Message, but the method notification.notify doesn't do...
  3. Marcos Alves

    iOS Question Custom Sound in Firebase Notification

    Hello all, in Firebase Notification using IOS there is a specific key that contains the sound to be played, like this: $iosAlert = array( 'title' => "Atention", 'body' => "You have a new order!", 'sound' => "default" )...
  4. yoji

    Android Question Topic sync or token retrieval failed on hard failure ( FCM )

    Hi.. can someone here tell me, why do I get an error like this : Topic sync or token retrieval failed on hard failure exceptions: PHONE_REGISTRATION_ERROR. Won't retry the operation. I have a test with a real device and an emulator, the FCM emulator works fine and gets a token. But on my...
  5. D

    Android Question Problem with firebase notification

    Hi I create a simple messanger app and use firebase notification for receive new message. I use firebase like this: https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/ It usually works well but some time firebase not receive any...
  6. P

    Android Question NB6 Firebase Messaging

    I am creating notifications using FirebaseMessaging. I have used some of the functions mentioned here. Scenario : Send two or more notifications to the android app. When the target is set to a service name in nb6.build(...), the corresponding "service_start" is executed only when the first...
Top