I am looking for an online database solution. The way it would would function is almost like a spreadsheet. In my app , I have various scores and settings saved for users. For example, in each row of the spreadsheet would have each username, and each column would have a particular setting for that user. See how the localization example works.
If the user decided to reinstall the application or change phones then their settings would be lost. With this database , the app could fetch information from it and load settings right from the cloud. Another example would be if a user contacts me and asks me to change a setting for them , i.e due to an application bug, then I could change their setting for them and the user would instantly see changes.
Right now i am thinking if the CloudKVS library would work for it. I am still looking though. Is there a good library or tutorial in my case?
If the user decided to reinstall the application or change phones then their settings would be lost. With this database , the app could fetch information from it and load settings right from the cloud. Another example would be if a user contacts me and asks me to change a setting for them , i.e due to an application bug, then I could change their setting for them and the user would instantly see changes.
Right now i am thinking if the CloudKVS library would work for it. I am still looking though. Is there a good library or tutorial in my case?
Last edited: