Hello! I am working on converting a project from f...
# sql
n
Hello! I am working on converting a project from firebase to Supabase and I'm trying to set up some rules to allow for content sharing between accounts. My strategy is to have table that includes a column that is an array of JSON objects with usernames and ids that I can check against the currently authed user. I'm having trouble figuring out how to write an RLS statement that will allow me to check against the content of an array of JSON objs. Any help would be greatly appreciated