getDownloadUrl

actual suspend fun getDownloadUrl(): String(source)
expect suspend fun getDownloadUrl(): String(source)

Asynchronously retrieves a long lived download URL with a revokable token. This can be used to share the file with others, but can be revoked by a developer in the Firebase Console if desired.

Return

The String representing the download URL.

actual suspend fun getDownloadUrl(): String(source)
actual suspend fun getDownloadUrl(): String(source)
actual suspend fun getDownloadUrl(): String(source)