firebase notifactions

  1. 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...
  2. A

    Android Question Firebase Notifications List

    Hi all. I tried to use a Firebase Notifications - it works fine, I was able to push a notification from B4J example but my question is - how to keep a previous notification? Let say I sent a notification with a title "AAA" and body "BBB". It comes to my app and I can see it. Later on I pushed...
  3. M

    iOS Question Firebase data only notification no longer arrive

    I have an IOS and Android app to which I send 'data packet only' notifications - that don't display or trigger a notification sound on the devices. Having updated B4I and updated the firebase framework to the recently updated version for the wrappers, the IOS App has stopped recognizing these...
  4. A

    Android Question Problem when referencing "Firebase Analytics" and "Firebase Notifications"

    Hello, I tried to add an option for Push Notifications to my throw Erel's video Explanation. When referencing the libraries "Firebase Analytics" and "Firebase Notifications", an error message had shown up. (When referencing "Firebase Analytics" the error was "Maven Article wasn't found...
  5. ermales

    Android Question [SOLVED] Error receiving firebase notification

    I sent a notification from the firebase console if the application is closed there is no error but when the application is open I have the following error . what should I do? this is the code, guided in this tutorial ->...
  6. Multiverse app

    Android Question Firebase Notifications error

    After I updated to FirebaseNotifications v1.21, I get the following error- *** Service (firebasemessaging) Create *** ** Service (firebasemessaging) Start ** firebasemessaging_subscribetotopics (java line: 193) java.lang.NoSuchMethodError: No virtual method...
  7. Darren69

    iOS Question B4i - Firebase Push Notification - Clarification

    Hi All, I have finally gotten around to updating my B4A and B4i applications and wanted to check something before I started to dig in to why something is not working the way I expected it to. With the Android version regardless of if the application is running sending a firebase notification...
Top