-
Notifications
You must be signed in to change notification settings - Fork 4k
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
🐛 [firebase_storage 5.0.0-dev.4] Update SDK to 26 #4013
Comments
This is the native SDK, we just relay the events on as they come through so it's nothing we've changed. The SDK versions have updated though. |
Hi @dvird |
@TahaTesser @Ehesp firebase storage is now 26, but flutter use 25. i read somewhere they fixed it already |
As mentioned, this isn't something we have control over. More over, we're now using |
In order to present percent progress, TaskState.running should send events after every few bytes.
Today its sending only 2 3 4 events, which is not enough for presenting well progress on our screen.
old SDK has StorageTaskEventType.progress which worked great, but since the refactor youve made its not working anymore
The text was updated successfully, but these errors were encountered: