firebase_storage upload in background #5610
Replies: 5 comments 3 replies
-
@syonip were you able to find a workaround? I'm planning to use flutter_uploader with this. cc : @TahaTesser |
Beta Was this translation helpful? Give feedback.
-
@techno-disaster Yeah I'm just writing a blog post about a workaround using cloud functions to generate an upload url. Edit: you can read the full guide here: https://medium.com/@syonip/background-video-upload-to-firebase-storage-with-flutter-ee398b796656 Source: https://github.com/syonip/flutter_fbstorage_background_upload |
Beta Was this translation helpful? Give feedback.
-
ah thanks a lot man, I'm implementing something similar for images this is really helpful 💙 |
Beta Was this translation helpful? Give feedback.
-
@TahaTesser any updates on this? |
Beta Was this translation helpful? Give feedback.
-
@syonip nice workaround! My only concern with this is the additional cost incurred by having to use Cloud Functions to get the resumable URL. @TahaTesser is there any update on this? This is actually a pretty big deal. We have an application where a user may upload hundreds of photos in a given session and are often in areas where cell service is not great. Forcing them to go back into the app to wait for all photos to upload is problematic. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Uploading large files (such as video files) could take a long time. Right now if the app is put in the background while an upload is running, it can close and stop the upload.
Describe the solution you'd like
I would like the upload process to continue running when the app is in the background / closed.
Beta Was this translation helpful? Give feedback.
All reactions