updateChildren
inline suspend fun updateChildren(update: Map<String, Any?>, buildSettings: EncodeSettings.Builder.() -> Unit = {})(source)
Ensure the data has the specified child values updated when the client is disconnected
Parameters
update
The paths to update, along with their desired values
Deprecated
Deprecated. Use builder instead
Replace with
updateChildren(update) { this.encodeDefaults = encodeDefaults }
Content copied to clipboard
Ensure the data has the specified child values updated when the client is disconnected
Parameters
update
The paths to update, along with their desired values