FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests