[firebase_storage] add support for sessionUri #5564
Replies: 5 comments 1 reply
-
Is this something you guys will be willing to accept a PR for? |
Beta Was this translation helpful? Give feedback.
-
Hey, any updates? |
Beta Was this translation helpful? Give feedback.
-
#724 is closed saying it is already implemented but it is not implemented. https://firebase.google.com/docs/storage/android/upload-files#manage_uploads
|
Beta Was this translation helpful? Give feedback.
-
I've taken a look into this as part of the rework, it wont be landing in the initial rework but there's a potential for it to be implemented further down the line. Some observations:
|
Beta Was this translation helpful? Give feedback.
-
Also really interested in this feature, as currently a developer needs to maintain a lot of extra logic to support the case where the app is closed while uploading. Curious if there has been any progress on this? |
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.
When the app is closed, there's no way to resume an upload task using the sessionUri same as in the native implementations, so I have to restart the upload
Describe the solution you'd like
Adding
sessionUri
as a param toputFile
Additional context
The events snapshot already contain the
sessionUri
Beta Was this translation helpful? Give feedback.
All reactions