Supabase Assets API

The Supabase Storage (or Assets/Storage) feature provides a scalable, secure, and easy-to-use solution for managing and serving files such as images, videos, documents, and other types of media. This feature is built to handle file storage needs for modern web and mobile applications, offering direct integration with your backend database and user authentication systems.

Prerequisites :

  • Get the Supabase Project parameteres from API settings from your Supabase Project.

Connecting to Supabase Assets API :

Follow the steps below :

  1. Create a new data source in two ways. Note that this permission is restricted to workspace admins and developers.

    1. Navigate to the Data Sources tab in Lowcoder and click New data source.

    2. When creating a new query in the app editor, click + New > + New data source.

  2. Navigate to Assets & Storage section and click on Supabase Assets option.

  3. Set its name and configure general settings, including your Supabase Project URL and API key.

  4. Click Save, and it will be saved to your data source library.

Demo :

Let's show you how we can use the Supabase Storage feature to Upload and Retrieve data to/from Supabase.

Last updated

Logo

© Lowcoder Software LTD