Table of Contents

TTMSFNCCloudGoogleFireBaseOnReadDataEvent Event Type

Fires after a read-data request completes, delivering the returned record payload.

API unit family: TMSFNCCloudGoogleFireBase

Parameters

Name Description
Sender Component that issued the request.
AID Identifier of the record that was read; empty when an entire table was read.
AResultData Returned data as a raw JSON string.
ARequestResult Outcome of the request, including success state and raw response.