child

actual fun child(path: String): StorageReference(source)
expect fun child(path: String): StorageReference(source)

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

Return

the child StorageReference.

Parameters

path

The relative path from this reference.

actual fun child(path: String): StorageReference(source)
actual fun child(path: String): StorageReference(source)
actual fun child(path: String): StorageReference(source)