admin管理员组文章数量:1389897
I am building a sort of centralized Supabase database. One single database that holds (non-critical) data of many businesses that is going to be shown in the frontend.
For each business I have a specific authenticated user and a clients
table which connects their UUID to their business. I have a dashboard which dynamically, based on user, gets their business tables and lets them perform CRUD operations on them. All the tables have RLS implemented. The main purpose of the dashboard is to have a custom solution for my clients that is easy to understand and relieves me of the trouble of changing their data.
What API call setup would display this data on their respective front ends?
The approach should handles security while being quick to implement, because I build front ends almost from scratch each time. The front ends will only fetch the tables. I don't want to build a back end; everything should be serverless, handled by Supabase.
本文标签: database designHow to set up API calls to Supabase in frontendStack Overflow
版权声明:本文标题:database design - How to set up API calls to Supabase in frontend? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744612274a2615728.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论