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 have been working on an app with flutter where the user takes a series of photos and the app generates a time lapse of the photos (or video). I generate an mp4 video using platform channels, however, when uploading the mp4 to firebase storage the video uploads as empty. I can verify the mp4 was written correctly because I can view the video on my laptop that the emulator writes.
Below is the flutter code for uploading to firebase storage:
I have been working on an app with flutter where the user takes a series of photos and the app generates a time lapse of the photos (or video). I generate an mp4 video using platform channels, however, when uploading the mp4 to firebase storage the video uploads as empty. I can verify the mp4 was written correctly because I can view the video on my laptop that the emulator writes.
Below is the flutter code for uploading to firebase storage:
Here is the non-verbose output of the upload event with the location of the File that contains the video.
Here is the verbose output:
flutter doctor -v output:
I am using firebase_storage 1.0.4.
Thank you for the help!
The text was updated successfully, but these errors were encountered: