Comments
component creates a section in your app where you can communicate with your users or where users can communicate among themselves.Topic
property for commentsTopic
. This needs to be set to a column where all the rows will be unique. This is so that Glide can always keep the right comments connected to the right rows. Glide: Comments.
Glide populates each comment with an ID and the Topic
we setup earlier, so that it can match the comments to the right topic in the app.