As we are developing an front-end APP, we are in need of knowing the database limit to store the item details. Could you please confirm the below points?
- App Database limit to store the data
- Is it possible to store the objects or array of values for a key?
Example:
monday.storage.instance.setItem('domain', {name: "xxx",api_key:"yyy"}).then(res => {
console.log("setItem.......",res);
});