|
|
|
|
|
by senko
317 days ago
|
|
This is the way. Or at least it should be, if companies were putting users first (a naive thought, I know). I have a small mobile app for recording expenses (receipts). The usual strategy would be for users to create accounts and store and sync data with my service. Potentially useful data (behavior, spending), which I don't want to touch with 10ft pole. Instead, I keep all the data local (user's device). No registration at all. Nothing to store on the server. Slightly more inconvenient for the users (to move to a new device, you need to export and import the local db), but cheaper and zero-stress for me. |
|