I am using supabase and don't have any RLS enabled so each of my tables is giving me a security warning. I'm wondering what I should be concerned about while going live to production.
All access to the database is done through a server, ideally my database should not be accessible to the outside world. However I do publish an anon key because I am using storage for files as well. I eventually plan on adding RLS, but for now permissions to data is handled at the server level.
What should I be concerned about?