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?
Was this page helpful?