Member-only story
BuildShip offers a powerful integration with Supabase allowing you to perform Create, Read, Update, and Delete (CRUD) operations on your data with ease. This integration is achieved through the Supabase Realtime API.
Prerequisites ✅
Your Supabase Table
A Supabase Table you want to integrate with BuildShip. If you don’t have a Supabase project, you can create one at supabase.io(opens in a new tab).
API Key and URL
Supabase provides two default API keys when you create a project: an anon
key and a service_role
key. These keys can be found in the API Settings section of the dashboard.
Before you begin, make sure you have your Supabase API key and Table URL ready. You can obtain these keys from your Supabase project dashboard settings:
- Log in to your Supabase account.
- Navigate to your project’s dashboard.
- In the dashboard settings, find and copy your API key and Table URL. These keys will be used to connect BuildShip with your Supabase project.