Loading...
question supabase storage November 14, 2024 Anon key vs Secret key -- which one to use in Supabase Storage and when?

When working with Supabase Storage, deciding whether to use the anon key or the secret key depends on your application’s context and security requirements. Here’s a detailed breakdown to help you decide:

question nextjs front-end November 12, 2024 How to define schemas, foreign keys, relations, and query data by performing joins in a Nextjs app using Supabase and Drizzle?

Drizzle is an ORM that makes it easy to work with db, data migrations, etc. Here’s how you can define foreign keys, relations, and perform table joins using Drizzle ORM in a Next.js app with Supabase: