-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return upload progress for fileupload #17
Comments
This would definitely be a useful feature. For a bit of background, we made the decision to use the
But, unfortunately, the That said, I'm sure this is possible with a some effort. I'm going to do some research and see what comes up. |
OK, I've looked into how this is implemented elsewhere, and replicating their approach is definitely possible. It's unclear to me whether the approach I'm seeing in other libraries is right exactly, as they appear to be measuring the progress of data being written to the socket's buffer, and not the network. But I think I see the piece they're missing. Definitely needs a bit of experimentation, but I think this can be done. |
@MaxSchilling, out of interest, can you provide me a rough estimate of the size of file your customers would be uploading? |
We are uploading medium compressed videos, so roughly 3-10MB, maybe up to 20/50? But not more I think |
Thanks for the research and the support! Not super urgent, but I think a nice convenient feature any way |
This has been in the stable release builds for a couple weeks now. |
It would be great to have a callback to retrieve the upload progress of a file, to show it back to users. Firebase offered a subscription method to the upload progress, which was very helpful and user friendly.
Thanks!
The text was updated successfully, but these errors were encountered: