Understanding about offline mode

Hi community,

In my app sometimes i have to use it when i dont have internet connection because its has a module for operations offshore from marine services, in that case how the data will synchronize when again will be online, that offline mode is for this cases? wont be a problem if other users are using the app and obviusly writting datta in the database in this case googlesheets?

i’ll watch for your comments.

Thanks.

Yes.

It depends on how you organize your data. Design your data so it doesn’t overlap. And absolutely make sure your key column values are unique (e.g., use UNIQUEID())!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.