Supabase client always returns results, despite the do-not-match filter
This is the query I use with the JS client:
Supabase join query for multiple foreign keys with js
I’m using Supabase and basically I need the equivalent of this SQL statement using supabase JS client.
How to filter query Supabase table based on another junction table and return all values even if not part of the initial filter?
The title of the question could be improved, sorry about that. I have 3 tables: job, skill and job_skill (M:M junction table between job and skill).
Is there any way we can hide the forgot password link in supabase auth ui?
I want to hide the forgot password link that appears when we use supabase auth ui
How to upload a file on supabase using ssr auth and RLS?
I am trying to upload a file to a supabase bucket that contains RLS policies for insertion
Query with supabase with joins
I have 2 tables that I created in supabase the items and users
the items have a foreign key from the users ‘user_id’
in the users table I have the company_name
what I’m struggling with is how do I make a query for if the company name of this user is something specific then return to me all records from the items table else return to me only the items that are for the user that is viewing them.
I’m using the ClientJS from the supabase
How to fitler on text array column with supabase-js
I have a table i Supabase which looks like this: