|
|
|
|
|
by londons_explore
1959 days ago
|
|
I have built products where user data is stored in the browser... It inevitably leads to angry users when they hit the "clear cookies" button without realising that will delete all their documents... It makes it pretty hard to use the browser for any offline use case when the user's expect their data to be persistent, yet don't understand that clearing history/data deletes the data... Before long you'll be forced to sync the data to a server. |
|
I added this statement: "Keep in mind this is a demo app subject to change in the future. You can download your docs at any time." as a warning to anyone who might be using this site with expectations that the data will be persistent.
Ultimately I figure the only solution for a production app is to either do a better job educating users on these issues, or scrap the offline persistence selling point entirely (and just rely on it as a cache).
What did you end up doing with your products?