Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
WHYTE100 opened this issue Aug 13, 2024 · 1 comment
Open
Labels
API coverage Request for missing APIs

Comments

@WHYTE100
Copy link

WHYTE100 commented Aug 13, 2024

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 WHYTE100 added the API coverage Request for missing APIs label Aug 13, 2024
@deBasMan21
Copy link

deBasMan21 commented Aug 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API coverage Request for missing APIs
Projects
None yet
Development

No branches or pull requests

2 participants