I'm working on a scenario where user add the images in offline mode. And when user is online the images should sync to Google cloud storage.
I'm trying to implement this scenario with flutter and google cloud storage.
Can anyone help me on this?
Thanks is advance!!!
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/128d7251-39e2-44cf-9cca-007d55d79a91o%40googlegroups.com.
--
Sorry, Souvik, but only the Firebase database automatically handles on and off line synchronisation as far as I am aware. With cloud storage you have to manage this manually so Riyaj would have to store the images in eg. the device file system and then send them to Cloud Storage when connection is resumed.
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/c91794aa-4421-4db6-bd15-f58bac69a652o%40googlegroups.com.