User Search & Filters
Search and filter users by email, name, phone, or UID with real-time client-side filtering.
Overview
Stackpane provides client-side user search and filtering across all providers. Users are loaded and filtered locally, giving you instant search results as you type.
Searching Users
Type in the search field above the user table to filter users in real time. The search matches across multiple fields:
- Email address — partial match on any part of the email
- Display name — partial match on the name
- Phone number — partial match on the phone number
- User ID (UID) — exact or partial match on the UID
Results update instantly as you type. Clear the search field to show all loaded users again.
User Stats Dashboard
Above the user table, a horizontal dashboard displays key metrics about your user base:
Total Users
The total number of users in your authentication system.
Provider Breakdown
A donut chart showing how many users use each authentication method. The available providers vary by backend:
- Firebase: Email/Password, Google, Apple, Phone, Facebook, Twitter, GitHub, Microsoft
- Supabase: Email/Password, Magic Link, and configured OAuth providers
- AWS Cognito: Email/Password and configured federation providers
Activity Metrics
- New Users (30 days) — users created in the last 30 days
- Recently Active (7 days) — users who signed in within the last 7 days
- Email Verified — count of users with verified email addresses
- Disabled — count of disabled user accounts
These metrics update automatically when users are loaded and provide a quick health check of your user base.
Tips
- Load all users before searching to ensure complete results. Click Load More until all pages are fetched.
- Use the stats dashboard to quickly identify trends like a spike in disabled accounts or a drop in recent activity.
- Combine search with column sorting to find specific users quickly — for example, search for a domain name and sort by creation date to find the most recent signups from that domain.