How to connect Access to Firebase Realtime Db ? (1 Viewer)

amorosik

Member
Local time
Today, 13:43
Joined
Apr 18, 2020
Messages
390
I have a procedure created with Access 2013 which must read / write on a Firebase database
Is there any example of code that I can use as a basis for development?
 

jdraw

Super Moderator
Staff member
Local time
Today, 07:43
Joined
Jan 23, 2006
Messages
15,379
I don't know Firebase, but did find this info
All Firebase Realtime Database data is stored as JSON objects. You can think of the database as a cloud-hosted JSON tree. Unlike a SQL database, there are no tables or records. When you add data to the JSON tree, it becomes a node in the existing JSON structure with an associated key.
And, since Access doesn't handle JSON natively, it may not be the friendliest pairing.

I found this via Google https://github.com/adarshmadrecha/MSAccess-Firebase-Integration
 

561414

Active member
Local time
Today, 06:43
Joined
May 28, 2021
Messages
280
Here's the way:
 

Users who are viewing this thread

Top Bottom