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 have RFID tags. There can be multiple stations where the competitors tally out and in. Version 1 of the App Written in B4A can use Android mobile...
Code to get configuration parameters from google-services.json
Put this in the "Starter" service module:
Sub Process_Globals
Dim mapFirebaseServices As Map
End Sub
Sub Service_Create
'This is the program entry point.
'This is a good place to load resources that are not specific to...
I am trying to achieve an elegant Firebase authentication module that transparently re-authenticates and renews the Firebase Token after the initial authentication. If the re-authentication or the token renewal fails, then the module should display the login button and allow a fresh login...
This is a Wrap for the Firebase UI-bindings found at Github.
It offers Authentification using
- Google-Account (Tested)
- email and password authentification (Tested)
- Telephone-Authentification (Tested)
- Twitter (Not tested as i do not have a Twitter-Dev Account)
- Facebook (Not tested as i...
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 for authenfication, i store a user_id (on my MySql database) based on a hash value that on the same device is ever the same, this id i want to use in...
Private Sub SendMessage(Topic As String, Title As String, Body As String)
Dim Job As HttpJob
Job.Initialize("fcm", Me)
Dim m As Map = CreateMap("to": $"/topics/${Topic}"$, "restricted_package_name": "YOUR_PACKAGE")
Dim data As Map = CreateMap("title": Title, "body": Body)...
Private Sub SendMessage(Topic As String, Title As String, Body As String)
Dim Job As HttpJob
Job.Initialize("fcm", Me)
Dim m As Map = CreateMap("to": $"/topics/${Topic}"$, "restricted_package_name": "YOUR_PACKAGE")
Dim data As Map = CreateMap("title": Title, "body": Body)...
Hi,
I would like to send notification to specific device with the B4J server. I have the Firebase token of the destination device.
I'm in trouble with Firebase authentication.
This is the code, FCMPush with little variation:
'Non-UI application (console / server application)
#Region Project...
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.