The JavaScript SDK for PocketBase allows users to subscribe to real-time changes in collections with an optional expand parameter, which enables fetching related fields automatically within the subscription data. As far as I can tell, this feature is currently missing in the Python SDK, where the subscribe method does not support expand, or filter, or fields as an option.
See ganigeorgiev's comment on the issue
Also: See in official documentation for realtime API SDK
The JavaScript SDK for PocketBase allows users to subscribe to real-time changes in collections with an optional expand parameter, which enables fetching related fields automatically within the subscription data. As far as I can tell, this feature is currently missing in the Python SDK, where the subscribe method does not support expand, or filter, or fields as an option. See ganigeorgiev's comment on the issue Also: See in official documentation for realtime API SDK