Am currently working on a Journal app whereby users type in text,so am wandering if It’s possible to store all text entries in local DB when device is not connected to the internet, and an auto button to store the offline entries to the Cloud DB when internet access is available.
I mean offline entries to be sync when internet is available.
Thanks for your responses
Yes, this is possible.
1 Like
Can you please explain how to achieve this
This block will tell you if the device is online: Device - Thunkable Docs
To transfer local data to the cloud, loop through the local data and store it in Firebase, Google Sheet, or Airtable.
You can always get started on this and if you get stuck, post a screenshot of your blocks or a link to your project and someone may be able to help you.
2 Likes
Thanks for your help
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.