Ololade
Posts: 0
Joined: Wed Jul 16, 2014 8:24 pm

linking users to their tasks in another collection?

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??

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

linking users to their tasks in another collection?

Hello,

For this purpose you can use pointer type, please find more here http://devcenter.appery.io/documentat...

Ololade
Posts: 0
Joined: Wed Jul 16, 2014 8:24 pm

linking users to their tasks in another collection?

Thank you for your quick response :) i'm totally new to MongoDB, is there an example of how to use the pointer type somewhere? (I'm panicking a little because i'm on a deadline)

Return to “Issues”