create

public abstract void create(NodePath nodePath, NodeValue value)

Writes the specified value to the Firebase database node.

If the node exists, the value is overridden.

Parameters

nodePath

the path to the node in the Firebase database

value

the value to write