RichCorbs
08/19/2021, 12:41 PMpublic.users
and user.auth_id
or whatever is needed and then do the right thing. Right?Peanut
08/20/2021, 2:32 AMallow: read: if (get(/databases/$(database)/documents/users/$(resource.id)).data.auth_id)
If we copied this for Supabase it would mean you can read a table like public.users
or if my app stores users in another place like public.profiles
etc. it would be up to me