Alternatively, are there any tutorials that DON'T use the import data services method? Like William, I am trying to embed most of my app data within additional columns of the pre-defined Users collection but simply saving data from my user inputs and local storage variables back to the database is proving confusing.
I'm sure I just need to better wrap my head around the REST services, and I'm reading that and the database doc over and over while checking out tutorials but every tutorial I've gone through uses the 'import services' for read/list/update/delete which isn't possible with my user collection.
Are there any tutorials I've missed that setup these services manually?
What is the difference between read and list?
When should I use a CREATE service vs using an UPDATE service? If I create the column in the db online editor should I just stick to using UPDATE?
Thanks,
Casey