I want to add comments in my app but didn’t work same comment in All post. I was using details post but didn’t work.
Make sure you have created the comment collection with all the below mentioned properties -
- Properties →
Comment, Creator, and a link to the post collection with a one-to-many relation.
- Ensure that on the detailed screen, the current post data is accessible.
- Make posts clickable via a list or another suitable interface.
- On the detailed screen, include a list connected to the comment collection.
- Set a filter to display comments related to the current post.
- Create a form allowing users to post comments using an input field.
- Implement a create action on the button for submitting comments.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.