Skip to content

Serverless functions that act as the backend for cheersli

Notifications You must be signed in to change notification settings

cheers-li/cheers-li-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheers.li Backend

Deploy

supabase functions deploy send-session-notification 
supabase functions deploy send-friend-request
supabase functions deploy send-cheersli
supabase functions deploy delete-user
supabase functions deploy send-reaction-notification

Run Locally

supabase start
supabase functions serve send-session-notification 

Test

curl -L -X POST 'https://ckiipzxuiudfldnxkxss.functions.supabase.co/send-session-notification' -H 'Authorization: Bearer [YOUR ANON KEY]' --data '{"name":"Functions"}'