Building Real-time Web Apps with Next.js and Supabase: A Comprehensive Guide
Learn how to build real-time web apps with Next.js and Supabase. In this article we will cover everything from setting up the project to rendering and updating data in real-time.
(Tutorial) Authorization and Authentication with Next.js and Supabase
In this beginner-friendly article, you'll see how to implement authorization and authentication using Supabase and Next.js with a template from the official Next.js documentation.