Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

haulbuy/supabase-serverless-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supabase Serverless Functions ⚙

🤔 Why?

Although Supabase meets most of HaulBuy's backend CRUD requirements with its API, there are certain functions that need to access data that should not be exposed to every user. Thus, to avoid writing overcomplicated and hard to keep track of RLS policies some functions and operations are written in JS and TS in this repo and deployed to Supabase whenever changes are made.