Skip to content
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

feat(storage): support resumable uploads #588

Open
3 of 12 tasks
bojanbizjak opened this issue Mar 14, 2024 · 0 comments
Open
3 of 12 tasks

feat(storage): support resumable uploads #588

bojanbizjak opened this issue Mar 14, 2024 · 0 comments
Labels

Comments

@bojanbizjak
Copy link

Plugin(s)

  • Analytics
  • App
  • App Check
  • Authentication
  • Crashlytics
  • Cloud Firestore
  • Cloud Messaging
  • Cloud Storage
  • Performance
  • Remote Config

Current problem

Users can add images and videos on the iOS and Android platforms, which are now sent to Google Storage in chunks (https://cloud.google.com/storage/docs/performing-resumable-uploads#initiate-session) in the JS/Capacitor implementation. Such an upload method would be very welcome in a native implementation. We now store data about upload sessions in SQLite, and we plan to do so in the future as well.

Preferred solution

On iOS and Android platforms, a session key should be provided to be used for resume upload, as explained in the following link: https://firebase.google.com/docs/storage/android/upload-files#continuing_uploads_across_process_restarts

Alternative options

No response

Additional context

No response

Before submitting

@robingenz robingenz changed the title Continuing Uploads Across Process Restarts feat(storage): support resumable uploads Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants