-
-
Notifications
You must be signed in to change notification settings - Fork 61
FB4D Reference IFirebaseRequest
The class TFirebaseRequest in the unit FB4D.Request implements this class for send synchronous and asynchronous REST API requests to all Firebase Services.
The constructor for TFirebaseRequest expects the base URI of the Firebase Service. The RequestID is for asynchronous calls to identify the request within the callback functions. For synchronous calls the RequestID is not required. Most Firebase Service expects authentication. For this purpose the IFirebaseAuthentication is used.
constructor TFirebaseRequest.Create(const BaseURI: string;
const RequestID: string = '';
Auth: IFirebaseAuthentication = nil);Have you discovered an error? Or is something unclear? Please let us know in the discussion forum.
Schneider Infosystems Ltd. CH-6340 Baar, Switzerland, www.schneider-infosys.ch
Introduction to FB4D
Getting Started
Fundamental Principles
Project Settings
Authentication by Google Account
GUI Pattern Self-Registration
Multi-Factor Authentication (TOTP)
RT-DB Sample Applications
Firestore Chat Sample Applications
PhotoBox demonstrates Firestore, Storage, VisionML
MFA Sample Application
Sponsorship and Support Request
Interface Reference
Configuration and Class Factory
- Class TFirebaseHelpers
- Class TFirestorePath
- Class Helper TJSONHelpers
- Class Helper TQueryParamsHelper
- IFirebaseAuthentication
- IFirebaseUser
- ITokenJWT
- Self Registration Workflow
- Multi-Factor Authentication (TOTP)