firebase

  1. S

    iOS Question Firebase notifications don't arrived

    Faced with such an interesting problem. I use firebase for chat app on andoid and ios. When I send a message from android, everything works well (the notification will be sent to both ios and android), but when I send a message from ios, it will only be sent to android and sub...
  2. ABBAS NAZARI

    Android Question Send Push Notification with Node.js

    Hello Everyone! I send push notification by Node.js it sent successfully and in b4a message successfully received! but message content is empty it's node.js code help me! @Erel @DonManfred
  3. D

    Android Question firebase notifications with time constraints

    Hello everybody :) I have a small question. I am using Firebase to send notifications, can I somehow limit them in time? For example send / receive message from 8 am to 8 pm? I will be glad to any answer best regards
  4. amorosik

    Italian [B4J] Realizzare programma desktop che interagisca con Firebase Realtime Db

    Mi par di aver capito (spero tanto qualcuno mi smentisca) che volendo interfacciarsi da programma B4J con Firebase Realtime Db, scriverci sia possibile, mentre 'sentire' i cambiamenti non sia altrettanto facile, se non impossibile Dove per 'sentire' intendo un meccanismo ad eventi, e quindi...
  5. amorosik

    B4J Question How to make a 'monitor' for Firebase realtime Db?

    How to make a monitor on a pc, therefore in B4J, to display the current status of a Firebase db? A system that allows you 'to see' the events of new record creation, modification of existing record, record deletion A little bit what you see on the web when you connect to Firebase.com on the...
  6. amorosik

    Italian [B4J] Firebase event viewer - come farlo su pc?

    Come fare per realizzare su pc, quindi in B4J, un monitor per visualizzare lo stato attuale di un db Firebase? Che 'senta' i cambiamenti che avvengono sul db stesso Un po' quello che si vede via web quando ci si collega su Firebase.com sul db desiderato, dove si vedono i dati che cambiano...
  7. Michael Müller Anywhere

    Android Question How to get the FirebaseMassaging "registration_id" on the targetversion 30

    For push-notofication from a window-software (with "fcm.googleapis.com" and "fcm/send") to my App I'll need the registration_id to address the target android-device. It has 182 characters. To get this string in the App I use (in the serve module "Firebasemassaging": Sub RegisterDevice...
  8. Marcos Alves

    iOS Question Event Receive in IOS Authentication

    Hello all, in a previous post (https://www.b4x.com/android/forum/threads/firebase-facebook-authentication.130898/#post-828869) I noticed that the error messages using Firebase Authentication for Facebook aren't triggering an event in B4i, which was fixed by @Erel with a Facebook...
  9. M

    iOS Question Proper way to manage tokens (Firebase)

    Hi everyone, i managed to get firebase working, with KEY approach instead of certificates. Now i need to send notification with topics, and tokens. on iOS i get the token when FCM connects with: Sub GetToken As String Dim no As NativeObject Dim token As NativeObject =...
  10. 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...
  11. 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...
  12. 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...
  13. amorosik

    B4J Question JRDC2 with Firebase Db?

    How to use Firebase Db as main database for the JRDC2 system?
  14. 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...
  15. 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...
  16. 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
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Top