Are there any Listeners for Posts?

Hello. I would like to ask whether there is a listener in the TS SDK (using it in react-native), for updating posts live, for example update whenever a post is updated or deleted, or commented on that listener gets called and the get posts list function gets called again.

Hello, for TS SDK Live Objects/Collections please refer to this section: TypeScript Live Objects/Collections | Amity Docs

More information about live object/collection: Live Objects/Collections | Amity Docs

Thank you for the reply. This can be used for all users right, in the sense that If I upload a post and another user has the LiveCollection integrated on their side as well, they will have the feed updated correct?

@ahmadikhan Yes, that’s correct. If you upload a post and another user has the LiveCollection integrated on their side, their feed will automatically update to include your new post. This ensures that all users with the LiveCollection set up will see the latest content in real time.