Support for storage task upload resume after app restart #4678
Unanswered
marknelissen
asked this question in
Ideas
Replies: 1 comment 2 replies
-
There are no current plans, but if you can propose a PR with a reasonable API we could merge it. An semi-highly engineered example (but importantly has the property that it is self-restrained - in a similar way that any solution proposed here would need to provably have bounded storage even if uploads were repeatedly not resumed and thus orphaned session ids) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Android SDK supports upload resuming over app restarts, by making use of a upload session id https://firebase.google.com/docs/storage/android/upload-files#continuing_uploads_across_process_restarts . Are there any plans to add support for this into the storage module?
I know of the philosophy of trying to match the web API, but at the same time the aim of this library is to add features that don't exist or work as good in the web SDK. This is one such feature where it would be nice if this could be added. Since it's an addition, the library would still work as a drop-in replacement for the web, but still have this added feature supported.
Beta Was this translation helpful? Give feedback.
All reactions