firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

Add [class name].[function name] to [library name] for [platform names]

Open WHYTE100 opened this issue 1 year ago • 1 comments
trafficstars

Library Class Member Platforms
e.g storage e.g FirebaseStorage e.g putBytes e.g Android, iOS, Web
Could you update FirebaseStorage to accept putBytes so that we can easily upload byte data (PlatformFile from io.github.vinceglb.filekit) to firebase storage?

WHYTE100 avatar Aug 13 '24 15:08 WHYTE100

It is already in there but under the name putData because its using different data types on different platforms. The Data type can be constructed on Android with ByteArray and on iOS with NSData so its usable for both platforms.

deBasMan21 avatar Aug 14 '24 12:08 deBasMan21