listAll

actual suspend fun listAll(): ListResult(source)
expect suspend fun listAll(): ListResult(source)

List all items (files) and prefixes (folders) under this StorageReference.

This is a helper method for calling list() repeatedly until there are no more results. Consistency of the result is not guaranteed if objects are inserted or removed while this operation is executing.

listAll is only available for projects using Firebase Rules Version 2.

Return

A ListResult that returns all items and prefixes under the current StorageReference.

actual suspend fun listAll(): ListResult(source)
actual suspend fun listAll(): ListResult(source)
actual suspend fun listAll(): ListResult(source)