firebase

  1. 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...
  2. 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?
  3. 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...
  4. Oregon

    Listener для Firebase Realtime

    Доброго времени суток, уважаемые форумчане! Кто-нибудь может показать, как работать с Firebase Realtime Database? Удалось добиться записи в бд, а вот как прикрутить listener совсем не понятно. Спасибо
  5. 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...
  6. 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¡¡
  7. 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?
  8. 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.
  9. 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.
  10. M

    What is the best way to send Exception? Firebase?

    Hi everyone, I've a question. Given an App that handles a Try Catch, what is the best method to send the Exception in order to see the details? Crashlytics is only good when the app actually crashes, but if the error is managed and I only want to see what the error was? How can I do...
  11. Marcos Alves

    Android Question Firebase Notifications Problem

    Hello all, It's been a long time since I started to use Firebase Notifications in my apps. I noticed recently that if the app is in background the notifications are arriving BUT the code in the event fm_MessageArrived isn't being ran. Only IF the app is onscreen the code runs! I really...
  12. P

    Android Question Problem with FirebaseMessaging

    Hi, I'm having trouble getting Firebase notifications working. On iOS I was able to do it without much issues, but on Android I'm at a loss. I followed the tutorial at https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-firebase-cloud-messaging-fcm.67716/ but when I...
  13. 2SucresCelestin

    Android Question Firebase authentication with token

    I'm using Firebase's Realtime DB and wanted like with most of API WS authenticate through using API web token. I don't know at all why i get this error when i use the token. Thanks you all
  14. I

    Android Question File/Cloud Storage

    Hi All, We are working on an application that requires storing and retrieving files and images at/from the server. The access to the files must be restricted and only accessible using the application logic. In other words, We don’t want anyone with a link to the file to be able to download it...
  15. Biswajit

    B4A Library [NEW] Firebase RemoteConfig

    This is a wrapper of the Firebase RemoteConfig library for B4A. You can find the B4I version here. I made this for @tufanv and he gave me permission to post this in forum to help other users. FirebaseRemoteConfig Author: @Biswajit Version: 1.0 FirebaseRemoteConfig Events: Activated...
  16. W

    Android Question Manifest problem with exported components followed by a security investigation

    Hello everybody, some apps of mine have been reviewed by a security investigation. In the resulting report result that we have to 'Restrict access to exported components with appropriate permissions (xml)' In an other more detailed section of the report the quote is 'Implement permissions on...
  17. N

    Android Question A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x740078008d

    I am getting the crash mentioned in the title. It occurs quite often and randomly, only on Android 11. I have the tombstone file, which I paste below. But I can't debug it using ndk-stack, as there is something I am missing: when issuing the command: ndk-stack -sym...
  18. Ibrahim Saleh

    Android Question Issue with updating variable from locked screen

    I'm having this frustrating problem with B4xPages. The issue is that I'm not able to change the value of a variable in the FirebaseMessaging service when I get a Push Notification while the phone is locked and the screen is off. I tried the phonewakestate lib to keep the phone state...
  19. S

    iOS Question Strange firebase behavior. Application_RemoteNotification is not called

    Strange firebase behavior. When I send a message from IOS using this code, Private Sub SendMessage(Topic As String, data As Map) Log("MyTopic ------------> "& Topic) Dim Job As HttpJob Job.Initialize("fcm", Me) Dim m As Map = CreateMap("to": $"/topics/${Topic}"$) If...
  20. M

    Android Question FIREBASE MESSAGING ERROR

    Hello everyone, I have a problem with firebase messaging, where the error happens on specific client devices. Here is an error presented in the Google Play ANR java.lang.ClassCastException: at unknow.app.developer.b4xpages._vvvvv5 (b4xpages.java:56) at...
Top