B4J Question How to make a 'monitor' for Firebase realtime Db?

amorosik

Expert
Licensed User
How to make a monitor on a pc, therefore in B4J, to display the current status of a Firebase db?
A system that allows you 'to see' the events of new record creation, modification of existing record, record deletion
A little bit what you see on the web when you connect to Firebase.com on the desired db, where you see the data that changes instantly
Excluding periodic interrogations
 

amorosik

Expert
Licensed User

I see Unfortunately, I am currently unable to write Java code to achieve what is required
Do you know if it is possible to do this via B4J code?
Are there any examples?
 
Upvote 0

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Not that I am aware of. You may be able to do something with Java objects.
You need to override the onDataChanged function.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…