Guide
How to edit Supabase tables from your phone
Need to fix a production row while you’re away from the laptop? Here’s the fastest path with SupaPocket — the mobile companion for Supabase.
1. Create a free SupaPocket account
Go to SupaPocket and create an account. Free includes one connected project with full browse, search, and edit.
2. Connect with Supabase OAuth
Tap Connect Supabase and authorize your organization. You don’t paste anon or service_role keys. SupaPocket uses official OAuth and keeps project secrets on the server only.
3. Pick a project
Choose the Supabase project you want in your pocket. SupaPocket lists readable tables via the Data API (same API family as Studio).
4. Browse, search, edit
Open a table to see rows in a mobile-friendly list. Search within a table or use global search across the project. Tap a row to edit and save. Viewing is light (~20 rows per page); heavy global search uses more of your Supabase API quota.
Tips for mobile Supabase edits
- Use search or column filters on large tables instead of deep pagination.
- Prefer precise edits — confirm deletes with the double-tap flow.
- Revoke SupaPocket anytime from your Supabase organization settings.