Another question... Lets say I have a list of clients as a single or double column (with id) table in supabase. Is it a good idea to have a dropdown menu get its list of items directly from a database
await
call? I want to use BaaS database for this list of clients so multiple users can access the same clients and add or remove from it. Is there a better way to do this?