Skip to content

Fix: [Storage] UploadTask should use getMaxUploadRetryTime instead of getMaxDownloadRetryTime #4115

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

enzo-macri
Copy link

While working in react-native with firebase, I had trouble fine-tuning the MaxRetryTime when uploading file to firebase-storage. At some point, I've noticed that updating the MaxDownloadRetryTime would work. I tracked down the issue from react-native-firebase until here. I try comparing to firebase-ios-sdk and firebase-js-sdk to make sure I am not making a mistake. If that's the case, feel free to just close the PR.

@google-cla
Copy link

google-cla bot commented Sep 19, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@maneesht maneesht self-assigned this Sep 19, 2022
@maneesht maneesht enabled auto-merge (squash) January 6, 2023 15:45
Replace MaxDownloadRetryTime with MaxUploadRetryTime in UploadTask
@enzo-macri enzo-macri force-pushed the emacri-ft-fix-upload-task-retry-time branch from b3659bd to 30f4df1 Compare January 23, 2023 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants