Table of Contents

TTMSFNCCloudGoogleFireBase.InsertData Method

Sends a request that inserts a single record with the given identifier and payload into the current table. The outcome is reported through the insert-data result event. The request is skipped while the database name, identifier, or access token is empty.

API unit family: TMSFNCCloudGoogleFireBase Declaring type: TTMSFNCCloudGoogleFireBase Inherited from: TTMSFNCCustomCloudGoogleFireBase

Syntax

procedure InsertData(AID, AData: string);

Parameters

Name Description
AID Identifier (key) under which the record is stored.
AData Payload of the record as a JSON string.