Right now, we are storing on the backend `JsonObject = {` `noteText: noteText,` `url: url,` `date: currentDate` `}` we could save bytes by shortening these keys to one letter keys WHEN we store them to the cloud.
Right now, we are storing on the backend
JsonObject = {noteText: noteText,url: url,date: currentDate}we could save bytes by shortening these keys to one letter keys WHEN we store them to the cloud.