How to track active users in Nextjs app using Supabase auth?
I want to know which users are active, but I store my users' information in a separate table. The Supabase auth users table holds session info. How can I merge both tables' info to accomplish this?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.