firebase

  1. amirhali

    Bug? Notification dose not sent to some devices

    I defined several topics and subscribed FCM tokens to them. Initially, all devices received notifications when sending to the topic, but after some time, some devices stopped receiving them. If I send notifications to those specific devices directly (using their FCM tokens instead of the topic)...
  2. aminoacid

    iOS Question Enable/Disable Firebase Push Notifications by User

    I am using Firebase notifications in one of my B4I and B4A Apps and they work very well. The code is based on the example posted by Erel: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ But now I'm trying to figure out a way in which the user can...
  3. A

    Android Question FirebaseMessaging Not Found (Manifest Editor)

    Hi all. I'm trying to replace the service FirebaseMessaging with the Receiver FirebaseMessaging. I removed FirebaseMessaging service from my project and added Receiver FirebaseMessaging. Now I see in a log these lines Error parsing Manifest script FirebaseMessaging Not Found (Manifest Editor)...
  4. walterf25

    Android Question API_KEY obfuscation

    Hi all, I have been trying to upload an app to the google play store which I haven't done in a very long time, seems like a lot of things have changed. I am getting an error saying that my GCP key is exposed, I came a few threads in the forum and I have already limited my key to only my app by...
  5. sasetcolombia

    Android Question How Listener Push Notification with Backendless.com

    I am implementing the Backendless Push Notification service https://backendless.com/docs/rest/push_push_notification_setup_androi.html I have already configured and can register the device to the channel created through the console (Messaging Channels). For this I have used REST API...
  6. FrostCodes

    Other [B4X] Send Firebase Push Notifications with Node Js (2024)

    Many people have been asking how to send Firebase notifications using Node.js so I decided to create this example for sending notifications to B4A or B4I apps using Node.js: Features - Uses the latest Firebase Cloud Messaging (v1) API. - Works with both B4A and B4I. - Well-documented. -...
  7. walterf25

    B4J Question FireStore Rest API Help

    Hi everyone, I'm currently working on an ABMaterial web app and I am using this library (class) found here so far I have used this in a few other projects and I like it very much as it makes it simple to leverage the use of firestore sign in, sign up and firestore database functions. I am...
  8. walterf25

    B4J Question Verify Email on Mobile and continue session on web browser

    Hi everyone, not sure if I will be able to make sense when asking the following question. I am working on an ABMaterial web app and I am using a firestore AuthRest API library to register new users, sign in existing users etc. When a new user creates a new account, I am using the...
  9. N

    B4A > PHP in MVC > Google Firebase

    The project relates to a dental waiting room app written in B4A which receives Google firebase messages sent from PHP MVC code via a web user portal. The firebase code needs updating to V1 messaging, the app developer requires assistance updating the existing MVC PHP code such that it meets...
  10. 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...
  11. 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...
  12. 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
  13. 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...
  14. 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...
  15. 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...
  16. 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á...
  17. 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.
  18. 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...
  19. 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)
  20. 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!
Top