As far as I can tell, getRecord and the Record type is unnecessary and we can simply instantiate a CKRecord each time we upload
IceCream also doesn't save the CKRecord
Removing this saves a LOT of storage. I've done so in my fork and it seems to work ok. But maybe I'm missing something...
As far as I can tell,
getRecordand theRecordtype is unnecessary and we can simply instantiate a CKRecord each time we uploadIceCream also doesn't save the CKRecord
Removing this saves a LOT of storage. I've done so in my fork and it seems to work ok. But maybe I'm missing something...