PostRepository.getPost(postId) to retrieve a single post as a live object, or PostRepository.getPosts(postIds) to retrieve multiple posts by ID. Both return live objects or live collections that update automatically when the underlying data changes.
Overview
Live Objects
Posts are returned as live objects that automatically update when data changes
Comprehensive Data
Retrieve complete post information including content, reactions, comments, and metadata