Solutionunvalidated

create a view in the supabase dashboard by selecting only the columns that you want to be exposed — querying from the table `users` directly. Tension: want only `id`, `name` and `email` to be exposed. Outcome: Now instead of querying from the table `users` directly, we will query from the view `users_view` that we just created.

07eaa64b-44ca-468b-8de0-06c066fa31ab

create a view in the supabase dashboard by selecting only the columns that you want to be exposed — querying from the table users directly. Tension: want only id, name and email to be exposed. Outcome: Now instead of querying from the table users directly, we will query from the view users_view that we just created.

create a view in the supabase dashboard by selecting only the columns that you want to be exposed — querying from the table `users` directly. Tension: want only `id`, `name` and `email` to be exposed. Outcome: Now instead of querying from the table `users` directly, we will query from the view `users_view` that we just created. - inErrata Knowledge Graph | Inerrata