https://supabase.com/ logo
Join DiscordCommunities
Powered by
# ideas-and-suggestions
  • j

    jonny

    10/12/2021, 12:06 AM
    We envisioned the SQL snippets being sharable across other members in a project. The team are currently a bit swamped with open sourcing the dashboard but its good to get feedback on this. We originally worried that we should have permission based sharing (ie, share with X member of project, choosing between read/write etc) but perhaps we just have a blanket project wide share as a starting point and then we bring in granular permissions later to speed things up.
  • a

    Adnane

    10/12/2021, 3:26 AM
    Instagram auth maybe ? 🙂
  • e

    erik_flywheel

    10/12/2021, 7:38 AM
    Yes please!
  • p

    patrik

    10/13/2021, 9:05 AM
    there is no channel for supabase/ui
  • b

    Bryan K.

    10/13/2021, 5:21 PM
    Agreed, we use GitLab for our business apps and have had to tell people internally to create a GiuHub account for the sole purpose of logging into Supabase. Seems like there should be some additional Auth options for the Supabase service, especially when so many auth options are supported in their Auth service to end users.
  • m

    miko

    10/13/2021, 7:44 PM
    Hey guys, looking to make a small admin tool for Supabase that merges functionality of storage+tables. An extension of app.supabase.io's tables essentially, it will let admin users drag-and-drop media into a column for the table that represents a URL in storage. So I can easily bulk upload and edit tables that have media storage associated with them..... But before I reinvent the wheel... Anyone know if it already exists in some form? it will show a media preview and if the media is video, a video player.
  • h

    HarryET

    10/13/2021, 7:48 PM
    Don't think that exists at all. Might it be better to talk to the team and see if they would be happy with you PRing that to the actual panel?
  • m

    miko

    10/13/2021, 7:58 PM
    I think it would be a lot more work integrating with the existing table on app.supabase.io. I plan on allowing for things like embedded rows from other tables too. Generalizing that behavior enough for the app.supabase.io site would add a bunch of work too
  • h

    HarryET

    10/13/2021, 7:59 PM
    Yeah might be worth just doing it on a new site. Could use
    @supabase/ui
    though
  • k

    Kylar

    10/13/2021, 8:05 PM
    I think supabase does not use supabase auth 😅
  • b

    Bryan K.

    10/13/2021, 8:05 PM
    Seems like it. 😄
  • k

    Kylar

    10/13/2021, 8:06 PM
    Someone reported a while ago they use Auth0, probably because they built their authentication system before building Supabase Auth
  • h

    HarryET

    10/13/2021, 8:15 PM
    Yeah they use Auth0
  • s

    samüel

    10/14/2021, 9:33 PM
    Not sure if this has been floated before, but would be cool to get Datadog monitoring injected eventually: https://docs.datadoghq.com/database_monitoring/
  • j

    jonny

    10/15/2021, 6:55 AM
    do you want one?
  • j

    jonny

    10/15/2021, 7:07 AM
    interesting - I've shared this with the team
  • m

    miko

    10/16/2021, 6:21 AM
    @User I actually started with supabase-grid, already got some stuff working. Obviously it needs support for a new column type and some kind of connection with storage, just hacking those parts in for now
  • m

    miko

    10/16/2021, 6:22 AM
    I'll put the PR in later at the very least it can serve as a starting point despite the hacks I think?
  • j

    jonny

    10/16/2021, 7:34 AM
    Nice - we are currently open sourcing the dashboard app as well so contributions like this can be made a lot more easily in future
  • j

    jonny

    10/16/2021, 7:35 AM
    That’s fine, it’s good to get a healthy discussion going and sometimes just PRing the code is best way to do that
  • r

    Ratul Saha | Quinence

    10/16/2021, 10:01 AM
    Trying out Supabase recently, and wanted to point at a few small DX issues (numbering them so that we can discuss at each point, if necessary) 1. When providing the database password, there is a splash of "Your password is not strong" error before it actually checks how strong it is. 2. The modal says "You can rename your project later". Great, but does that mean I can't change the rest of the fields (db password/region)? 3. Service key is not replaceable. (I have been told the ability to replace it is coming soon in the dashboard). 4. The database and the table editor are far too apart in the left sidebar. At least, there should be a link from one to another — "All databases" link in the table editor and a link to go the editor for a table in the Database Tables. 5. The fact that once enabling the row level security, the anon key will be useless is not that clear. This is particularly frustrating for a newcomer (like me!) who doesn't fully understand RLS yet and sees anon key used everywhere in doc. 6. How do I export schema of a table quickly (not necessarily the data)? If that's a button click to import and export, I can create bunch of similar tables very quickly. Don't want to do that through spreadsheet of course. 7. Is there a list of description about each type of row somewhere? The description in the dropdown isn't half bad and is very appreciated, but a dedicated place for definition and example would be fantastic. 8. The API reference is very minimal. For a newcomer, more than a repetitive set of examples for each API, an explanation is more appreciated. For example, what is https://supabase.io/docs/reference/javascript/overlaps or https://supabase.io/docs/reference/javascript/textsearch? 9. A hint at complexity and best practices for the API calls would be a bonus. For example, .select needs to be before .filter. Does that mean the complexity is in the size of the pre-filtered set of results? I will be back with probably more. 🙂
  • r

    Ratul Saha | Quinence

    10/16/2021, 2:04 PM
    Database -> Tables -> 2 columns. Can you spot the UI issue? 😉 The name of the table is not there.
  • r

    Ratul Saha | Quinence

    10/17/2021, 12:16 AM
    "Is primary key" is not available when adding columns from the Database -> X columns -> New. It is available when adding from table editor -> add row.
  • e

    erik_flywheel

    10/17/2021, 11:13 AM
    yep, been a pain asking our clients to create github accounts just to log in
  • h

    HarryET

    10/17/2021, 5:03 PM
    Hey @User, any chance someone can have a look at this and assign it an RFC number? https://github.com/supabase/rfcs/pull/3 It is still ongoing hence why its not got all sections filled out
  • c

    copple

    10/17/2021, 5:08 PM
    Let us know when you’ve finished it @HarryET! https://github.com/supabase/rfcs#before-creating-an-rfc
  • h

    HarryET

    10/17/2021, 5:08 PM
    Ah apoligies, Misunderstanding on my end.
  • h

    HarryET

    10/17/2021, 5:08 PM
    Thought you requested a number while making it. Will finish and let you know 🙂
  • h

    HarryET

    10/17/2021, 6:42 PM
    @User Should be good on my end now. Any comments (from anyone in the @User ) about sections that are lacking/confusing are welcome and I'm happy to add anymore required deatils/info.
  • h

    HarryET

    10/17/2021, 7:07 PM
    \cc @User
1...141516...32Latest