I’m getting so close to having it working but I feel I’m missing something, people can comment fine, replying to a comment for some reason replies top all comments on all posts in my app.
Has anyone actually accomplished this?
I’m getting so close to having it working but I feel I’m missing something, people can comment fine, replying to a comment for some reason replies top all comments on all posts in my app.
Has anyone actually accomplished this?
Hello, you can create a new collection called (Replies) and then create a relationship between it and the (Comments) collection in the following way (Each comment can have multiple reply and each reply belongs to one comment). Then you can create a list of replies in the comments list or in another screen. It will be a list of (Current comment => replies).
Thank you!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.