Italian Firebase Database - Fulvio75    Oct 22, 2025 Ciao a tutti sono alle prese con Firebase per mettere un db online
meglio:
Firebase Firestore
o
Firebase Realtime database
- con firebase Firestore ho una marea di problemi non riesco a farlo... Wish Firebase Database - Realtime - ilan    Dec 10, 2016   (6 reactions) Please... :)... B4A Class [B4X] FirebaseRealtimeDatabase - nobbi59    Jun 17, 2019   (21 reactions) Hi,
I created a module that makes it easy to communicate with a Firebase RealtimeDatabase using..., it should also work in B4A and B4J without a problem.
Example Code:
Dim DB As FirebaseRealtimeDatabase... B4J Tutorial Beginning Firebase Database in JavaScript: CRUD-ing around - Mashiane    Oct 24, 2018   (1 reaction) = firebase.database().ref();
We want to store some records in a "table", let's create...Hi there...
Anyway, this should not be long. Many moons I was requested to work on a firebase wrap... Share My Creation Firebase realtime database add entry without library or API Call(Code for $20) - jkhazraji    Oct 21, 2021   (7 reactions) Hi,
I managed to add an entry to a firebase realtime database without using a library or an API call. This method can also be used to update, delete, or find a record or entry in Firebase database... B4A Example Firebase Database working example - pedrocam    Aug 21, 2017   (13 reactions)   tags: LOGIN the database.
This uses REST operations to post and put and get from the firebase db. You must be logged.../Working Firebase Database example simple.zip?dl=0
The attached file in this thread does not work... B4A Code Snippet Read only Keys of a Node in Firebase Database via REST API - fredo    Nov 19, 2017   (3 reactions)   tags: Firebase (strNode As String) As ResumableSub ' Info --> https://firebase.google.com/docs/database...Code to get just the keys (nodes, childnames, ...) of a Database path. It makes use....Initialize("", Me) j.Download(Starter.strFirebaseProjectRefUrl & strNode &....strFirebaseProjectRefUrl & strNode & ".json") Next End If job.Release Return mapRet End Sub The "Starter.strFirebaseProjectRefUrl" is the URL... B4A Question Need to build FirebaseDatabase reader - Adamdam    May 11, 2025 Dear all, I hope for help to build simple project of FirebaseDatabase reader, I build php that read correctly from my firebaseDatabase, I found many B4A project but fail to work correctly (some time libraries not compatible with the code, and may for many other response), any help please. I'll attached the php file but after change it's extension. Best regards... B4A Code Snippet FirebaseRealtimeDatabase create Listener - musaso    Jun 17, 2022   (6 reactions) (Google translate)
Create listener to receive data from FirebaseRealtimeDatabase every time....database.DatabaseReference;
import com.google.firebase.database.FirebaseDatabase;
import com.google... Italian Come funzionano sistemi tipo Firebase Realtime Database dal punto di vista tecnico? - amorosik    Nov 7, 2020 Cosa avviene esattamente quando si utilizza Firebase realtime database per far comunicare un pc con piu' app? Come fa il messaggio ad arrivare ai telefoni? C'e' un socket aperto? Una connessione sempre attiva 'in tiro' ? Saranno milioni di telefoni, come fa a funzionare?... Page: 1   2   3   4   5   |