All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.firebase_storage.KFirebaseStorage.kt Maven / Gradle / Ivy

package io.github.firebase_storage

expect class KFirebaseStorage() {
    suspend fun uploadFile(
        filePath: String,
        fileData: ByteArray,

        ): Result>

    suspend fun downloadFile(filePath: String): Result
    suspend fun deleteFile(filePath: String): Result
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy