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

    erik_flywheel

    09/14/2021, 4:26 PM
    If I want the user to validate their identity in the app with security questions to reset their password, I think that should be my design choice, right? Forcing SMS and email auth seems like guiderails...
  • s

    silentworks

    09/14/2021, 4:27 PM
    Ability to update password using the API
  • f

    fergus

    09/17/2021, 9:08 AM
    I think Supabase needs playgrounds for the client libraries. I find myself much preferring to write views in datagrip, because I can do that in easily with instant feedback, then check the results and make sure I'm getting what I want. Writing a JS query requires me to run the app and check the console log or the component data. TLDR: I want to test JS SDK queries against my database like I can test SQL queries
    j
    c
    • 3
    • 3
  • j

    jonny

    09/20/2021, 11:37 AM
    cc @User
  • j

    jonmeyers

    09/22/2021, 3:50 AM
    Client playgrounds
  • d

    discoding

    09/23/2021, 12:52 PM
    Hey supabase team, no big suggestions, but the font size of the code snippets in the docs is very small.
    • 1
    • 4
  • d

    discoding

    09/23/2021, 12:52 PM
    its very hard for me to read stuff without zooming into
  • d

    discoding

    09/23/2021, 12:53 PM
    thanks.
  • s

    Scott P

    09/23/2021, 1:08 PM
    Documentation accessibility
  • d

    discoding

    09/23/2021, 1:16 PM
    the feedback's isn't working
  • o

    olegg

    09/23/2021, 4:28 PM
    Please make modals not disappear without confirmation. been typing up a policy here only to have it disappear when I misclicked the Review button
  • d

    discoding

    09/25/2021, 5:53 PM
    the font size of code in policy editor is very very very small
  • b

    Bryan K.

    09/27/2021, 9:01 PM
    Add Supabase 'App' modules to Integromat for all REST operations.
    a
    • 2
    • 12
  • j

    Jaeden

    10/03/2021, 8:04 AM
    Allow csv imports even after table has been created
  • k

    Khan W

    10/04/2021, 2:36 PM
    Perhaps a way to share sql code in the editor so teams can share certain function’s sources?
  • y

    YelloJello

    10/05/2021, 1:59 PM
    add a button in the table view that generates sql to create that table
  • m

    madx

    10/06/2021, 5:04 AM
    Yeah, same when you are creating a new table and press Escape, it dismisses the whole thing 😕
  • k

    Kolton

    10/06/2021, 11:59 PM
    Thoughts on adding a "Login" button to the supabase.io website? I keep getting confused if I really want to "start your project" when I'd like to "continue your project" 🙈
  • a

    acupofjose

    10/08/2021, 12:54 PM
    Integromat
  • d

    Daniel

    10/10/2021, 3:44 AM
    Just discovered this export all rows to csv button hidden under the ID column dropdown. Perhaps it should be under a More options button on the toolbar instead?
  • j

    jhrtn

    10/10/2021, 1:30 PM
    this was a function I wanted but didn't realise existed! +1 on moving it somewhere more obvious
  • j

    jonny

    10/10/2021, 1:52 PM
    makes sense - noted
  • c

    carlomigueldy.eth

    10/11/2021, 3:42 AM
    Would be great to have
    provider
    field from
    auth.users
    , that way we'll know what OAuth provider they used to create an account
  • h

    harshcut

    10/11/2021, 4:57 AM
    you can get provider with
    raw_app_meta_data->>'provider'
  • c

    carlomigueldy.eth

    10/11/2021, 7:18 AM
    Ooooo. Thanks!
  • f

    fergus

    10/11/2021, 7:19 AM
    Could we put multi-region deployments on the radar? https://fly.io/docs/getting-started/multi-region-databases/ Fly.io is a great way to deploy an app, it would be good for performance if we could deploy our supabase instance on Fly along with the app..
  • c

    carlomigueldy.eth

    10/11/2021, 7:19 AM
    Another suggestion, I was having a hard time debugging RPC/Trigger Function Would be great to have a UI into the Supabase Dashboard for all the error logs. It's hard to figure out which part of the code was breaking and it's only returnign status
    500
  • j

    jonny

    10/11/2021, 8:00 AM
    We originally wanted to ship FunctionHooks with logs - this is worth looking at again i think. for RPC/Triggers, we could perhaps have an example on how to log them, or we actually have logs for functions/triggers created via supabase dashboard since we already automate some of their creation anyway.
  • c

    carlomigueldy.eth

    10/11/2021, 8:34 AM
    Yes an example would be great! 🙂
  • e

    erik_flywheel

    10/11/2021, 6:51 PM
    Hey everyone, request from our team: shared sql scripts across the team. We're running a lot of reports from Supabase. It's pretty silly to write a script, then manually share it with someone else so they can run it when it's already on the platform. We don't need any permissions, etc. Just a shared script section (tbh it's fine if all are shared for us, but understand not everyone would want that)
1...131415...32Latest