step-up-labs / firebase-storage-dotnet

C# library for Firebase Storage
MIT License
140 stars 35 forks source link

Firebase - uploading images when internet is offline #29

Closed arijitbanerjee73 closed 4 years ago

arijitbanerjee73 commented 4 years ago

is it also possible to do it with the Firebase storage like send images even if the internet is off, and then when the internet is on again, it will send the images files automatically?

bezysoftware commented 4 years ago

It is possible but not alone with this library, you would need custom implementation. E.g.in my uwp project I save the the upload into a queue and run the upload itself from a background task (triggered once internet becomes available)

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

Closing the issue due to inactivity. Feel free to re-open