fetchNode

public abstract Optional<NodeValue> fetchNode(NodePath nodePath)

Retrieves the value of the specified Firebase database node.

The null value (i.e. the node is not present in the database) is returned as empty.

Return

the node value or empty Optional if the node is not present in the database

Parameters

nodePath

the path to the requested node in the database