I think I've seen something about this, but can't find it.
In particular, I'm looking for a way to save user-specific state data for a WEB Core app.
One option would be to save it on their current device, like an INI file or the Windows Registry. Is there a way to do this?
Another would be a more global storage option. If you have logins on something like an XData service, then the data can be saved in the user's profile record.
For an MVP I'm working on, I'd like to avoid setting up a DB where the service is hosted and use a 3rd-party solution. Any suggestions for this? (I'd like to have a REST-based API and a NO-SQL interface, like JSON or something simple. Memberful looks interesting, but it doesn't offer much in terms of available space in the user's profile, just 5 "custom fields" that are connected to their UI.)
Is this something the myCloudData.net service would be good for?