Medusa won the Golden Kitty Award for Best Ecommerce Product ✨  Learn More

Medusa Logo
  • Developers
  • Blog
  • Pricing
  • Community
  • About
  • Careers
  • Get Started
  • Developers
  • Blog
  • Pricing
  • Community
  • About
  • Careers
  • Get Started
Browse

Category

Storage

Version

0.0.1

Last updated

Dec 21, 2022, 18:31:36 PM3 months ago
View on NPMCopy link

medusa-file-supabase

Supabase Storage plugin for MedusaJS.

Usage

Create a Supabase Project and add a Public Storage Bucket.

Open the Storage Bucket and click on the "Settings" tab. Copy the "Project Ref" and "Service Key" and add them to your medusa-config.js file.

module.exports = {
// ... other config
plugins: [
// ... other plugins
{
resolve: `medusa-file-supabase`,
options: {
project_ref: 'PROJECT_REF',
service_key: 'SERVICE_KEY',
bucket_name: 'BUCKET_NAME',
},
},
],
};
altText of the image

Build your own plugins

Take Medusa up another level, and develop your own plugins with our API to speed up your processes.

Focus on building plugins for tools you use in your daily workflow, and publish to the Medusa Plugin Store for others to install.

Read more
altText of the image
Medusa

Product

Medusa for B2BIntegrationsGet StartedCareers
We're hiring

Developers

DocsAPI ReferencesCommunityDiscussions

Medusa

BlogPricingAboutContact Us

Newsletter

Get a summary of what we’ve shipped during the last month, behind the scenes updates, and team picks. Unsubscribe any time.

© 2023 MedusaJS, Inc.