Home supabase Delete a buckets
Post
Cancel

supabase Delete a buckets

내일배움캠프 LGLG!

최종 프로젝트 주차 - Team Project

Delete a buckets

버킷 삭제하기

1
2
3
const { data, error } = await supabase
  .storage
  .deleteBucket('avatars')
This post is licensed under CC BY 4.0 by the author.

supabase Update a buckets

supabase Empty a buckets