firebase

  1. NetChain

    Android Question Addressing Firebase Messages to Particular Users

    It might be a simple question, but what is the best practice to send messages addressed only to a particular user? I've successfully tested delivery Firebase messages to my phone. I've made a test sending program in B4J and an app in B4A and they both work. But I couldn't find any information...
  2. mohsen programmer

    Android Question Failure to recognize code module methods

    Hello I use the following code in Service_Create in my starter to send a notification with firebase: Sub Service_Create Try CallSubDelayed(FirebaseMessaging, "SubscribeToTopics") Catch End Try End Sub There are also functions in this service (starter). In these functions...
  3. Claude Obiri Amadu

    B4J Tutorial [B4X] FirebaseFirestore - Customer Support Chat Demo

    Here is a customer support chat demo of FirebaseFirestore for B4J It listens to Chats Chat Products Sales Customers You can further add notifications
  4. Claude Obiri Amadu

    B4A Library [B4X] FirebaseFirestore

    Good day & evening This is a Firestore Library I've been perfecting since late last year since most of my projects I use Firebase. I used Firebase REST APIs and made it Look, Feel & Work like the original. Does not conflict with other Firebase Libraries Works the same way as...
  5. Claude Obiri Amadu

    B4A Library FirebaseAdmin Library

    I learnt Java in the past few months to build this library to get real-time updates from Firestore. The Library has 5 classes: Firebase Firestore ListenerRegistration Query Filter Except RealtimeDatabase (Coming soon) firebase-adminsdk.json(Service account file) from your Firebase console in...
  6. S

    Android Question New Firebase Integration

    Hi, i want to integrate Firebase Messaging into my app.. I follow this tutorial https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/#content But when app start i receive this message: java.lang.RuntimeException: Object should first be...
  7. carlos7000

    Spanish Como enviar datos a una App en un Android Tv?

    Hola Quiero compartir contenido, como textos, imágenes, videos, entre otros, con otro dispositivo, en este caso, un televisor con sistema operativo Android. Para comenzar, me gustaría empezar con algo simple, como el envío de un texto. Esta tarea la realizaré en una aplicación que se ejecutará...
  8. M

    Android Question Crashlytics not work

    Hello, I followed the instructions on this page (https://www.b4x.com/android/forum/threads/crashlytics-crash-reports.87510/) to implement Crashlytics in my application, but I am not receiving any error reports on the Google console.
  9. Plutoam

    Bug? OkHttpUtils2 v3.02 Bug

    Hello, I am using the latest update of the OkhttpUtils2 library, which is version 3.02, in the FirebaseMessaging Receiver, some requests are not executed. It gives very strange errors Sometimes it even gives an error, but the request is executed and sent to the server And when the program is...
  10. M

    Android Question Add addreplacement by code

    Is there any way to add following code (regarding admob) by code in b4a?? (no manifest) AddReplacement($ADMOB_APP_ID$, ca-app-pub-3940256099942544~3347511713)
  11. joko0124

    Android Question Notify selected user from User ID

    Hi B4A Masters! Is it possible to notify user without logging into the app? If it is, can you teach me how? Thanks in advance!
  12. mehdi-moradpoor

    Android Question Firebase Messaging and ESET Security Mobile

    Hi guys i found a serious problem with Firebase Messaging Service (or Receiver). after install my app on my device , the ESET Security Mobile found a detection and unsafe application of my app !! Detection name : Android/SMSFlooder.Agent.EY (variant) after i checked my source codes , i...
  13. N

    Android Question Push notification from wordpress to Android e iOS using firebase

    Hi everyone, I would like to know if someone Knows how to make push notifications directly from WordPress to iOS and Android apps using firebase. How can integrate a solution like this one https://es.wordpress.org/plugins/push-notification-fcm/ on b4i and b4a?
  14. Z

    Android Question Firebase RealTime Database tag name

    Hello, How can I control the tag of each input of the nosql database of firebase using B4a code: as example I need to change Tag name to "3000" instead of (-LUiRLRDm6WunRN01ohA) and...
  15. Oregon

    Listener для Firebase Realtime

    Доброго времени суток, уважаемые форумчане! Кто-нибудь может показать, как работать с Firebase Realtime Database? Удалось добиться записи в бд, а вот как прикрутить listener совсем не понятно. Спасибо
  16. SinaDeveloper

    Android Question Push notification without using Firebase

    Hello Telegram has stated in its FAQ section that: We currently have two types of notifications on Android: Google's Messaging cloud (GCM) and our own custom notification service that is independent of Google. Note that Google Notifications (GCM) may not work on some Android devices. Telegram...
  17. josejad

    Wish Extends FirebaseAuth to support Microsoft

    As every time more and more companies are using Office 365, it would be great we could auth the users with their Microsoft credentials. Thanks¡¡
  18. M

    iOS Question Push not receive

    Hi, I Implemented push notifications in my app. used this tutorial It was working very well, but from today not receive any push. I delete all file and I did everything again from the beginning but not receive. Why?
  19. G

    iOS Question B4I Push Notification to Specific Device

    Hello everyone! I am trying to send a notification (I am using firebase push notification), to a specific IOS device. In B4A I used "fm.Token", but this is not in B4I. Any idea? Thank you in Advance.
  20. G

    Android Question B4A FireBase Push Notification to Specific Device - Get the Id

    Hello everyone! I am trying to send a notification (I am using firebase push notification), to a specific device. I found on forum, that I can do this using "fm.Token". But, how can I get this Id to send a notification specific to this device? Thank you in Advance.
Top