-
-
Notifications
You must be signed in to change notification settings - Fork 54
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 into FB4D
Getting Started
Fundamental Principles
Project Settings
GUI Pattern Self-Registration
RT-DB Sample Applications
Firestore Chat Sample Applications
PhotoBox demonstrates Firestore, Storage, VisionML
Interface Reference
Configuration and Class Factory
Helper Classes
Authentication