# Make apps work offline

**URL:** https://community.glideapps.com/t/make-apps-work-offline/322
**Category:** Feature Requests
**Created:** [September 16, 2019, 9:57pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322 "2019-09-16T21:57:40Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![pspeter3](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pspeter3/32/184_2.png) [@pspeter3](https://community.glideapps.com/u/pspeter3)
#### Post date: [September 16, 2019, 9:57pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/1 "2019-09-16T21:57:40Z")

</div>

I know this is probably really expensive technically and infeasible. It would be cool though to store the data (maybe the user requests it) for late in Local Storage or IndexedDB.

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [September 16, 2019, 10:02pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/2 "2019-09-16T22:02:44Z")

</div>

It’s feasible and we plan to do this in the coming months.

We expect offline apps to become read-only, so you wouldn’t be able to add items or submit forms or edit. Would this be acceptable for your use cases?

---

<div class="post-metadata">

### Author: ![pspeter3](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pspeter3/32/184_2.png) [@pspeter3](https://community.glideapps.com/u/pspeter3)
#### Post date: [September 17, 2019, 1:54am UTC](https://community.glideapps.com/t/make-apps-work-offline/322/3 "2019-09-17T01:54:50Z")

</div>

That’s definitely solves the majority of cases. (I was showing a family member who wanted to use Glide to store places for an international trip and not worry about data). I’m curious why append actions are unsafe? Edit is obviously not safe.

---

<div class="post-metadata">

### Author: ![Ramon\_Szmuk](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ramon_szmuk/32/287_2.png) [@Ramon\_Szmuk](https://community.glideapps.com/u/Ramon_Szmuk)
#### Post date: [September 17, 2019, 8:55am UTC](https://community.glideapps.com/t/make-apps-work-offline/322/4 "2019-09-17T08:55:56Z")

</div>

That absolutley solves all problems for me, do you have an estimate for when users could download the app and data to their device? I’m doing a city guide podcast app and would like the users (which are always tourists with variable access to internet) to hear the podcast on the go without having to be online… so download the mp3 locally to hear later… do you think that would be possible in the next 6 months or so?

---

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [September 17, 2019, 2:20pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/5 "2019-09-17T14:20:14Z")

</div>

Would make certain app possible - for example for festivals where poor internet connection is often seen. Like Le Mans race

---

<div class="post-metadata">

### Author: ![Phil](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/phil/32/298_2.png) [@Phil](https://community.glideapps.com/u/Phil)
#### Post date: [September 17, 2019, 6:34pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/6 "2019-09-17T18:34:51Z")

</div>

assume this would be a toggle not global?

i.e. if set to no offline mode, then edit and forms would still be available?

---

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [January 3, 2020, 9:17am UTC](https://community.glideapps.com/t/make-apps-work-offline/322/7 "2020-01-03T09:17:35Z")

</div>

@david is this still on the roadmap and getting close to shipping? I know you got tons of requests 🤪. It will allow me to do an event app which needs to have offline capability as the internet connection is poor in the area.  
In this app there is no need for users to input data

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [January 3, 2020, 11:06pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/8 "2020-01-03T23:06:50Z")

</div>

We’re close to making this work for public apps. Private apps will take a lot more work.

---

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [January 4, 2020, 8:29am UTC](https://community.glideapps.com/t/make-apps-work-offline/322/9 "2020-01-04T08:29:49Z")

</div>

Fantastic. It suits me fine that it is for public apps

---

<div class="post-metadata">

### Author: ![dmilleravid](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dmilleravid/32/2230_2.png) [@dmilleravid](https://community.glideapps.com/u/dmilleravid)
#### Post date: [February 4, 2020, 4:40pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/10 "2020-02-04T16:40:34Z")

</div>

I have a use-case where I’d be posting new data while disconnected and offline. Logging a comment or editing an existing entry or posting a new item through a form would not work under what’s being proposed.

True offline mode is what I would need.

---

<div class="post-metadata">

### Author: ![zzoldan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/zzoldan/32/452_2.png) [@zzoldan](https://community.glideapps.com/u/zzoldan)
#### Post date: [February 4, 2020, 7:13pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/11 "2020-02-04T19:13:57Z")

</div>

What’s the difference between a public vs. private app?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 4, 2020, 7:40pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/12 "2020-02-04T19:40:53Z")

</div>

Private app require some sort of sign in process. Public apps are open to anybody without signing in.

For example, Public vs Public with Email or Whitlist. I don’t know how Password would work though.

---

<div class="post-metadata">

### Author: ![Perrin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/perrin/32/2830_2.png) [@Perrin](https://community.glideapps.com/u/Perrin)
#### Post date: [February 6, 2020, 12:22am UTC](https://community.glideapps.com/t/make-apps-work-offline/322/13 "2020-02-06T00:22:04Z")

</div>

My use case would still want to be able to submit forms. Could the form submission be stored locally and sent when connected it? Thanks.

---

<div class="post-metadata">

### Author: ![Rosinda\_Anthony](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rosinda_anthony/32/1099_2.png) [@Rosinda\_Anthony](https://community.glideapps.com/u/Rosinda_Anthony)
#### Post date: [February 6, 2020, 12:57am UTC](https://community.glideapps.com/t/make-apps-work-offline/322/14 "2020-02-06T00:57:55Z")

</div>

David, it would be great if we’re able to add items, submit forms, or edit while offline and then have the app sync once internet connection resumes. My choir travels a lot and sometimes to places with poor or no internet connections. Right now, I have an app idea in holding pattern because the service providers, who would be using the app, work in some remote places. So having offline functionality would be great. I can only imagine how quickly you are all working behind the scenes. Please know that we appreciate you and are rooting for your success.

---

<div class="post-metadata">

### Author: ![K.A\_Narayan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/k.a_narayan/32/5102_2.png) [@K.A\_Narayan](https://community.glideapps.com/u/K.A_Narayan)
#### Post date: [May 28, 2020, 12:42am UTC](https://community.glideapps.com/t/make-apps-work-offline/322/15 "2020-05-28T00:42:44Z")

</div>

An offline functionality would be very useful. I have made an app for COVID 19 surveillance. It would be good if data can be added or updated in offline mode and synchronised later.

---

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [May 28, 2020, 5:56am UTC](https://community.glideapps.com/t/make-apps-work-offline/322/16 "2020-05-28T05:56:50Z")

</div>

@david In January you thought you were close to delivering off-line functionality for public apps. I suppose you have got other priorities - but can you tell whether you are still working on this functionality - and perhaps when you think you might release such a functionality

---

<div class="post-metadata">

### Author: ![ablx](https://avatars.discourse-cdn.com/v4/letter/a/8baadc/32.png) [@ablx](https://community.glideapps.com/u/ablx)
#### Post date: [May 28, 2020, 1:27pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/17 "2020-05-28T13:27:39Z")

</div>

Very keen also on this release 🙂 So many good features in the pipeline being developed 🙂 Would love to see some of them in the system 🙂

---

<div class="post-metadata">

### Author: ![exbald](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/exbald/32/37359_2.png) [@exbald](https://community.glideapps.com/u/exbald)
#### Post date: [June 10, 2020, 2:07pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/18 "2020-06-10T14:07:12Z")

</div>

@david an update would be great. Many thanks

---

<div class="post-metadata">

### Author: ![davenirline](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/davenirline/32/2514_2.png) [@davenirline](https://community.glideapps.com/u/davenirline)
#### Post date: [June 25, 2020, 12:12pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/19 "2020-06-25T12:12:53Z")

</div>

Any update on this? Even readonly data would be fine by me.

---

<div class="post-metadata">

### Author: ![SpyrosTsouk](https://avatars.discourse-cdn.com/v4/letter/s/c0e974/32.png) [@SpyrosTsouk](https://community.glideapps.com/u/SpyrosTsouk)
#### Post date: [September 15, 2020, 2:23pm UTC](https://community.glideapps.com/t/make-apps-work-offline/322/20 "2020-09-15T14:23:19Z")

</div>

Hello Team, is there an update on this topic? The previously mentioned caps would be incredible useful. Thanks!

[Next page](https://community.glideapps.com/t/make-apps-work-offline/322.md?page=2)
