You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna upload files to firebase but unable to because It requires the File to upload not the byte array, If i try to convert that using java.io in the android & ios code as well but I'm unable to provide me way.
The text was updated successfully, but these errors were encountered:
Currently only uploading of files from urls is covered. On the Android side you have a constructor for File that needs a URI to a local file. On the iOS side there is a constructor for File that needs a NSURL to a local file.
However i am currently working on adding metadata to uploading files and that pr will also include uploading data directly (i need it for testing purposes). This will have a constructor on Android with a ByteArray and on iOS with NSData. I am currently working on it so it is not in the PR yet but it will come soon.
I wanna upload files to firebase but unable to because It requires the File to upload not the byte array, If i try to convert that using java.io in the android & ios code as well but I'm unable to provide me way.
The text was updated successfully, but these errors were encountered: