I need for users to be able to keep their own lists of information
I followed the tutorial for the "to-do" list app but now, every registered user I login with adds to and sees the same list of items... (FYI I created 3 fake users in the database for testing)
I'm more familiar with relational databases so I guess I'm also a little uncertain of how to link a user (in the user collection) to their specific information in another collection... Can this be done using appery?
How do I fix this??