#Want to use AppSync for Offline feature

1 messages · Page 1 of 1 (latest)

shrewd pumice
#

Hello everyone, we have offline appsync feature using atlas device sync in flutter app, but recently they deprecated this support, so we have to move with aws appsync, so we have to connect mongodb with aws appsync for offline and live data sync, i have searched but not found any related thing with flutter compatible.

Is there any possiblity with Amplify? or can i get any related docs or idea?

anyone can help in this, really appreciate it. thanks

shrewd pumice
#

can anyone know?

sacred glen
#

Hello, we don't have direct support for Offline approaches with Appsync. However you can build your sync mechanism and optimistic offline first architecture by using Flutter's WorkManager libraries and local storage.