Skip to main content
Social real-time events let an app receive live updates for the social models that are currently visible. Use topic subscriptions for the event stream, then render from the SDK live object or live collection for the model.
Community and user-scoped topics are useful for feed screens. Post and comment topics are better for focused detail screens. The user must have access to the target community, post, comment, user, or story for events to be delivered.

Platform Surface

Community Topic

Use a community topic when a screen is scoped to a community, such as a community profile, feed, or moderation surface.

Event Levels

Parameters

Post Topic

Use a post topic for a single post detail screen or a moderation/action surface focused on one post.

Event Levels

Parameters

Comment Topic

Use a comment topic for a focused comment detail, moderation, or realtime reply surface.

Event Levels

Parameters

User Topic

Use a user topic when a screen needs live updates for a user profile or that user’s feed activity.

Event Levels

Parameters

Follow Topic

Follow topics observe changes to the current user’s follower and following lists.
The current Flutter SDK checkout does not expose a public follow topic subscription helper. Use this section for TypeScript, iOS, and Android.

Event Levels

Parameters

Story Topic

Story topics observe one story or a community’s story stream.

Event Levels

Parameters

Cleanup

Use the platform-specific unsubscribe path when the UI no longer needs the topic.

Real-time Events Overview

Learn how topic subscriptions fit with live objects and collections.

Chat Real-time Events

Subscribe to subchannel topics for chat threads.