child abstract method

Gets a DatabaseReference for the location at the specified relative path.

The relative path can either be a simple child name, (e.g. 'fred') or a deeper slash separated path (e.g. 'fred/name/first').

Implementation

DatabaseReference child(String c);