I’m looking for a simple cloud based key/value store I can use to save a little bit of user data, allowing game progress to sync across device. I was hoping Firebase or Parse would have a Corona plugin, but not such luck. I could use their REST APIs, but that would add a lot of work. I could run my own server, but that’s even more work.
How have others solved this issue? I’m just looking to store and query a blob of JSON mapped to a user ID. Thanks!