String escaping in supabase-js filters
Hi!
What recommendations would you give for escaping a string when using the
Example
Where authorisedUserId can contain any characters.
What recommendations would you give for escaping a string when using the
or operator.Example
.or(created_by.eq.${ authorisedUserId },visibility.cs.{${ ['all'] }})Where authorisedUserId can contain any characters.