firebase

  1. D

    Android Question Firebase messages arrived

    Hello Faced such a problem that by sending a message to a specific topic from one device, the message is displayed in any topics(which both devices are subscribed). The problem is in the function fm_MessageArrived I call the method in the function to display messages, how can I display them in...
  2. M

    iOS Question Push Notification Firebase not working....

    Hi everyone, i always used Firebase to send notification to the apps... i didn't know what i'm doing different, but i can't manage it to work. What i did: Created App ID on Apple Dashboard Created Push notification SSL production certifcate Put it in the b4ikeys folder Created the AdHoc...
  3. D

    Android Question Firebase notify click

    Hello everyone I want to do one thing when you click on a notification (sent to everyone in "general" topic), a new topic is created for 2 persons, i will send the name of the new topic with a notification (it works correctly). But in order to subscribe on it, only the first one who clicks on...
  4. amorosik

    B4J Question JRDC2 with Firebase Db?

    How to use Firebase Db as main database for the JRDC2 system?
  5. D

    Android Question Firebase doesn't work on all devices

    Hello! I am trying to create my chat. I use for this Firebase. on my Honor it works, on emulators with google_apis and google_apis_playstore it works to, but on default android emulator and my One plus it doesn't (i have google services). I have no idea what the problem is, I will be glad for...
  6. B

    Android Question Problem using Firebase notifications

    I have downloaded the latest version of B4a with all the essentials from b4x. I use Firebase notification in one of my projects, but it gives an error when compiling. This error also appears in an empty project that lacks a library. B4A Version: 10.70 Parsing code. (1.09s) Java Version...
  7. MARCO C.

    Italian [B4A] Firebase : notifica solo quello più recente

    Buongiorno, in riferimento a questo vecchio progetto creato da Erel https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/ Vi risulta che se mando 2 notifiche ... uno di seguito all'altra , vi visualizza solo l'ultima inviata ? Grazie
  8. walterf25

    B4J Question Non_UI application Handler response

    Hi all, i am working on a personal project where I have a B4J Non-UI app running on a google cloud Virtual Machine, the app receives requests with a TokenID and message parameters which then are sent to the firebase messaging API, this works just fine, but i am having a hard time understanding...
  9. walterf25

    Android Question FireBase Messaging TokenID (SOLVED)

    Hi All, i am working on a personal project i started a few years ago, I finally found some time to get somethings going but I am a little confused about a few things regarding FireBase Messaging TokenID. I have a B4J Non_UI application running in a google cloud virtual machine which receives...
  10. Marcos Alves

    Android Question Firebase Authentication

    Hello all, I'm trying to implement Firebase Authentication using this thread : https://www.b4x.com/android/forum/threads/facebook-extends-firebaseauth-to-support-facebook.67954/#post-430482 But when the test app is starting I'm getting the error: *** Service (starter) Create *** Error...
  11. K

    Android Question Firebase admob Issue

    Hi All I am having an issue with my app. I am creating a simple B4x Page application, with one page [this has a couple of images and a button. there is also a panel which is the placeholder for the admob to display into. My app will install and run on my phone perfectly until I add...
  12. T

    Android Question FireBase Crashlytics console not receive event. Remains in state "waiting for comunication"

    Hi all, I've a problem with a firebase-crashlytics integration. I've followed all the steps but I can't figure why even sending an exception it can't communicate with console (console remains in state "waiting from communication"). From application log I can't see nothing wrong Is there a way...
  13. M

    iOS Question aps certificate expiring - what to do?

    Hi everyone, I’ve an app published on the store that receives notifications using firebase . I received an email from apple reminding me that the aps is about to expiring. What I’ve to do? The app will stop to receiving notification ? thanks in advance !
  14. Hadi57

    Android Question Malformed Manifest in uppercase characters in package name and Firebase services

    Hi everybody I used uppercase character in one of my published games, therefore I can’t use Firebase services (cloud messaging), I get INSTALL_PARSE_FAILED_MANIFEST_MALFORMED error message while compiling. As I have more than +5M installs in Google play I can’t change package name and release...
  15. Martin Larsen

    iOS Question [SOLVED] Push notifications for the App Store version

    I am about to create the first App Store release of my app. The app uses FirebaseNotifications. For this I have created a new explicit app identifier and a new production certificate and a new provision file as advised. But I am in doubt of the meaning of: What are these tokens? When sending...
  16. amorosik

    Wish Firebase Realtime for communications between smartphones, desktop PCs, iOt

    Use Firebase Realtime for communications between smartphones, desktop PCs, iOt I believe that Firebase Realtime is one of the best performing systems for communicating between PCs and external devices such as smartphones and embedded systems Several attempts have been made but there is still no...
  17. M

    iOS Question Firebase Messages does not trigger _RemoteNotification

    Hi everyone, today i opened a project that i had finished some month ago. In this project Firebase Messages was used. It Works now, the problem is that the sub "Application_RemoteNotification" does not trigger anymore when the app is open, but it show the banner in overlay, like if it is closed...
  18. amorosik

    B4J Question B4J + Firebase Realtime Db - any example of read/write?

    Can you tell me where to find a working example of read / write on Firebase Realtime using B4J?
  19. amorosik

    Android Question Firebase Realtime db - where to find code example of B4J + B4A ?

    Where can I find a simple example of sending/receiving from a B4J console, and receiving/sending from an Android program using Firebase Realtime db? I've tried several examples from DonManfred and Fredo's 2016 posts, but there are a gret variety of library version, I can't compile or get the...
  20. A

    Android Question [Solved] firebase image download problem

    Hi All, I have code to download the firebase image, and it was working well with the same code for two days, for some reason today I have started to receive errors, I have searched everywhere but can not find out what might be the problem. Sub DownloadAndSaveFile (Link As String) As...
Top