Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Self-Destructing Message Android App Relating Users in Parse.com Storing Friend Relationships

Bidirectional relation

When I add a relation between user A and user B, the relation is created from A-->B, but I want it to be bidirectional. Do I have to make an entire relation from B to A also? Thanks for your time

1 Answer

Dhruv Gupta
Dhruv Gupta
4,320 Points

I'm fairly certain you do. Luckily if you start from A and then go to B and retain A it should be fairly easy to do so.

thanks for your response!! but does that mean that I have to do two separate requests?