In the realtime feature, can an individual user subscribe to only their own events?

I'm building a match app. Most of the backend logic is being created using the realtime feature.
Each user needs to receive their own realtime event, but the realtime event for all users is being sent to one user, and in that user's logic, I need to use user-identifiable information to determine if it's their event or not.

It would be best if I could just give that user the realtime event from the supabase in the first place.

Is there a way to do this?
Was this page helpful?