1.0.0 • Published 12 months ago

@nativescript/supabase-storage v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

Nativescript Supabase Storage Client

npm install @nativescript/supabase-storage

Usage

const avatarFile // 
const { data, error } = await supabase
  .storage
  .from('avatars')
  .upload('public/avatar1.png', avatarFile) 
  // File/Blob objects, NSData, byte array, ArrayBuffer & supports full path url

Credits

Based on storage-js

License

Apache License Version 2.0

1.0.0

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago