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
A guide to getting started with the Firebase Admin SDK for the Realtime Database, including setup and authentication with both admin and limited privileges.
A guide to getting started with the Firebase Admin SDK for the Realtime Database, including setup and authentication with both admin and limited privileges.
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?