I'm using parse.com to develop my app. I want to add tagging features for uploaded images. I know I have to use many to many relation, because (one tag) can have many images, and (one image) can have many tags.
I read the documentation where they use Parse relation to set this type of relation, they create 2 objects and then add one object to another. But in my case they are 2 fields in same class, and I don't know is it possible to create many-to-many relation between 2 columns.
any help would be greatly appreciated