Skip to content

Add option to prevent "updates" on unmodified updates. #17

Open
@kiwicopple

Description

@kiwicopple

Possible implementation:

const mySubscription = supabase
  .from('countries')
  .on('UPDATE', payload => {  })
  .subscribe({ ignoreDuplicates: true })

Object comparisons in JS aren't very "performant" (if there is such a word), so we will want to make the ignoreDuplicates = false by default.

Context:

image

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions