Query context builder
[apis/firebase/rtdb/Query context builder]
Builds a Firebase Realtime Database query context from a Firebase ID token and a database URL (found on the Firebase Realtime Database console) to be passed around among related data querying and manipulation nodes.
Input ports
ID token:
string
Receives individual fields for syncing.
DB URL:
string
Receives individual fields for syncing.
Output ports
sync context-synced:
{"ID token": string, "DB URL": string}
Sends synchronized inputs as a dictionary, indexed by field.
Last updated