I don't know if I made a mistake, but for me, Supabase was new, as was the concept of "public." that Supabase has. I didn't use the auth.users table, and because of this, I cannot use RLS (where only authenticated users can add content). Moving everything from the table I created (users) to auth.users will take a few days (not content but connections, foreign keys, queries, etc.). From the most experienced among you, I would like to understand what I am losing by not doing so.