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...
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?
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...
Доброго времени суток, уважаемые форумчане! Кто-нибудь может показать, как работать с Firebase Realtime Database? Удалось добиться записи в бд, а вот как прикрутить listener совсем не понятно. Спасибо
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...
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?
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.
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.
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...
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...
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...
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
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.