Offline apps with Adalo

Hey @valente, I think it doesn’t matter which solution you use to build your app. The key is how you’re storing your data and serving it to your users.

If you’re using Adalo or Glide’s native database solution, then yes, you’ll definitely need internet connection for the app to work, since the data is dynamic and real-time.

But if you’re uploading all your data onto your screens, then the app can work offline.

I think you’re asking if it’s possible for your app to use the local DB instead of the real-time DB. ie. use the storage space on the user’s phone instead of retrieving data from Adalo or Glide’s real-time DB. I believe that’s not possible yet in Adalo, but perhaps @anon78309838 could confirm.