Skip to content

Make supabase realtime only subscribe to events of the current user (how?) (Note: remember to use reactive current user ID changes) #1464

@github-actions

Description

@github-actions

// TODO: Make supabase realtime only subscribe to events of the current user (how?) (Note: remember to use reactive current user ID changes)

  supabase
    .channel(table)
    .on(
      // TODO: Make supabase realtime only subscribe to events of the current user (how?) (Note: remember to use reactive current user ID changes)
      'postgres_changes',
      { event: '*', schema: 'public', table },
      handleCallback,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions