5
Ability for admins to deep link to table rows in Supabase Studio/Dashboard
Source: supabase/supabase#15124 · opened by @sampl
I wish Supabase used table names in dashboard URLs! That way I could deep link right to editing a row from my admin tool--no building an editing UI and messing with admin RLS rules, or integrating Retool etc. I can do this with Firebase already, *without knowing any Firebase internal ids*. Their format is this: As you can see, as long as you have the project name, collection name, and an id, you can link to it. I can *almost* do this in supabase. Unfortunately, it looks like the dashboard url takes an internal numeric table id, not the name of the table. Since I don't easily have access to these table ids in my app (and they're different on different environments), I think the only safe way to do this would be to maintain an env var for every table ID on every environment (oof). Current: Expected: Bonus benefit: users could switch environments and keep the same table visible. Example Let's I have a list of "topics" in my admin t…
No pledges yet. Be the first to back this.
Comments
Similar requests
Support skipping conflicting rows during CSV import
1 vote · 0 comments
Self-Hosted: User Authentication Context and Auditability in Supabase Studio
3 votes · 0 comments
Local supabase studio and supabase dashboard looks too similar.
3 votes · 0 comments
Internationalization (i18n) Architecture for Supabase Studio
1 vote · 0 comments
Studio CSV import: skip type mismatched rows and download rejects
1 vote · 0 comments
No comments yet.