I added this library to my project and with it, I cannot get through compiling the app (and it is a small, simple app). I get this: B4A Version:...
I would like to partition my app user data into separate firebase databases (due to discrete regional activity), but I'd like to only have a...
Hey, this is an example/tutorial of a Server that manages Firebase Subscribtions, Unsubscribtions and SendMessages2Topics with the Power of B4J...
Hello, is this possible with B4J? I did not find anything. But maybe someone already has experience with it. :cool: This is useful, because if...
Hi, i'm working with b4A 7.30 and i have created some apps with firebase (social login and push) and i haven't any kind of problem. But i don't...
Can we see an example of enabling DeveloperMode? Quickly running into threshold limits while experimenting on how Remote Config can be used. I...
When I implement the admob firebase library I am getting the following error: java.lang.IllegalStateException: A required meta-data tag in your...
Hi all, I have Firebase messaging working perfectly on my Android, and am now trying to get it working in iOS. I've just gone through this...
Hi to everyone. I used to implement the AdMob library to the project. However, now when I start the app on the smartphone, the app crashes. I read...
Hi...i have a particular problem on devices android with Android 7 version (Samsun s6 and Huawei P10) .I don't receive the push notification. With...
Hola. Un dispositivo puede subscribirse a uno o varios temas de FirebaseNotifications. Al respecto me surgen dos dudas. La primera es si existe...
Good Day, if a device is first time using the FCM in a App, then he create an Instance ID, with this ID he can subscribe for topics or you can...
Hello, I've started working with Firebase Notification messages successfully following the various guides. Now I want to add images and buttons...
I have an App that in its simplistic mode is a Tally system for knowing which competitors have gone afloat and who are ashore. The Competitors...
Code to get configuration parameters from google-services.json Put this in the "Starter" service module: Sub Process_Globals Dim...
I am trying to achieve an elegant Firebase authentication module that transparently re-authenticates and renews the Firebase Token after the...
This is a Wrap for the Firebase UI-bindings found at Github. It offers Authentification using - Google-Account (Tested) - email and password...
Hello, Currently I'm using the anonymous auth method, but since I've noticed that this ID just changes after a while, I want to use my own ID...
Private Sub SendMessage(Topic As String, Title As String, Body As String) Dim Job As HttpJob Job.Initialize("fcm", Me) Dim m As Map =...