Data pusher
[apis/firebase/rtdb/rest/Data pusher]
Adds a new data entry to a Firebase Realtime Database under 'parent path'. Returns the path of the new entry.
Input ports
query context:
any
idToken dbUrl
parent path:
any
Identifies parent data entry that will contain the new entry. type: string[]
data:
any
Output ports
path:
any
Identifies data actually written. type: string[]
data:
any
error:
any
query context:
any
idToken dbUrl
Last updated