child
Returns a new instance of StorageReference pointing to a child location of the current reference. All leading and trailing slashes will be removed, and consecutive slashes will be compressed to single slashes. For example:
child = /foo/bar path = foo/bar
child = foo/bar/ path = foo/bar
child = foo///bar path = foo/bar
Content copied to clipboard
Return
the child StorageReference.
Parameters
path
The relative path from this reference.