im trying to use firebase sdk and did everything and installed and imported all of it. you can see it in image below. added required libraries. installed sdk's using sdk manager and added "#AdditionalJar: com.google.android.gms:play-services-measurement-base" but still this error occurs.
B4A...
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...
How can I send an event named Service, for example, to the Google Firebase? And where can I observe this event in the Firebase console? Is it possible? And do I need to do anything from the Firebase console side?
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...
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...
Hi All, i am working on a personal project i started a few years ago, I finally found some time to get somethings going but I am a little confused about a few things regarding FireBase Messaging TokenID.
I have a B4J Non_UI application running in a google cloud virtual machine which receives...
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.