TMS FNC Cloud Google Firebase guides
The Firebase components store and retrieve data in a Google Firebase Realtime
Database. TTMSFNCCloudGoogleFireBaseObjectDatabase works at the object level —
you define Delphi model classes and it serializes their published properties to
and from Firebase — while TTMSFNCCloudGoogleFireBase exposes the lower-level
realtime database access. These chapters cover the object-database workflow, the
most common way to use the component.
New to the component? Start with Get started for the shortest working path, then return here for depth.
Chapters
| Chapter | Covers |
|---|---|
| Authentication and connecting | OAuth credentials, the database/table target, token persistence, and Connect. |
| Defining a data model | Descending from the object base, registering models, and storing composite values. |
| Storing and reading objects | Inserting, reading typed instances, deleting, and creating tables. |