End-user signups, logins, and activity
Read-only
Zero-config
The Visitors tab on /analytics surfaces signup trend, login success vs failure, hour-of-day active-user heatmap, login-method / device / geography breakdowns, and a recent activity feed. Reads the same data as the Auth β Analytics page but in one unified view.
Where to enable it
Toggle this feature in your project editor. No code required.
Inside the editor, head to Analytics.
Open in my projectRelated features
Auth analytics, signups, active users
Signup volume, active user counts, retention, login method breakdown. Built into Auth β Analytics. No code or third-party analytics needed.
Top auth errors
Top error types hitting the auth pool (invalid_password, user_not_found, rate_limited, etc.) are surfaced on /analytics and queryable via getTopAuthErrors. Use it to diagnose login failures.