Home supabase Retrieve a bucket
Post
Cancel

supabase Retrieve a bucket

내일배움캠프 LGLG!

최종 프로젝트 주차 - Team Project

Retrieve a bucket

버킷 가져오기

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

supabase Create a bucket

supabase List all buckets