push
fun push(value: Any?, callback: WebcomResultCallback<String>? = null): DatasyncNode
Content copied to clipboard
Creates a child of this data node with a unique key and writes a given value at it.
The callback is passed the key of the created child. This method exactly chains the createChild and set methods with the DatasyncTime.Now write policy.