is there a way to store a localstorage variable in the device data part of a database?
Basically when a user clicks on a radio button, I want the team that they have selected to be stored in an apperyDB that has no 'collection' in it. I've got this value stored in a local storage variable but I'm not sure how to post this data to an appery database once I've created the DB service
or maybe there's a way to clone the devices data table into a collection of my own automatically so when a new device registers with my app the device ID of this new device gets copied into a collection?