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

    gerry

    06/27/2022, 1:43 AM
    I suggest to have a magic link sent
  • n

    nahtnam

    06/29/2022, 7:43 PM
    No pressure or anything, but any ideas what the release timeline is for https://github.com/supabase-community/auth-ui
    o
    s
    • 3
    • 9
  • m

    Mike_

    07/02/2022, 8:29 PM
    I imagine this has been suggested before, but a UI for managing indexes would be awesome. This, coupled with smart indexing suggestions based on historic query performance would be killer
  • i

    InASunshineState

    07/05/2022, 2:43 PM
    Not sure if it's been mentioned before but the filter docs are a little confusing when the examples are so granular -- is it possible to provide a tiny table for context, even if it's the same one traveling sticky down the side of the page that all the examples can match up against? For example
    Copy code
    const { data, error } = await supabase
      .from('cities')
      .select('name, country_id')
      .eq('name', 'The Shire')
    can be inferred decently well. From the table cities, select the name and country_id where the name eq(uals) The Shire but this is contains()
    .contains('main_exports', ['oil'])
    and containedBy()
    .containedBy('main_exports', ['cars', 'food', 'machine'])
    and the pages don't even say what they do, so if I tried to read it, I might think "main exports column contains oil" and then "main export columns...is contained by cars? Cars, food and machine are contained by main_exports?" Is it just a semantic swap? In the PostgreSQL docs they seem really deliberate about "this is how the lefthand bit relates to the righthand bit" which most people maybe don't need to be told but for those that do, even a single sentence could make it incontrovertibly clear. And a baby demo table would let them draw the conclusion on their own. Might even be fun to have a demo table playground to run the functions against to really bring it home.
    s
    • 2
    • 2
  • s

    superakabo

    07/05/2022, 4:35 PM
    Will it be possible for RPCs to have a real-time capabilities?
  • j

    Julien

    07/05/2022, 8:42 PM
    Could the database & storage egress limits added to the dashboard in the billing section? I mean the actual usage.
  • j

    Julien

    07/05/2022, 8:43 PM
    I'm on the free plan and I don't know how many transfer I can still do before hitting the limits
  • s

    Steve

    07/06/2022, 12:15 AM
    Not sure if it s been mentioned before
  • e

    ez-klik

    07/06/2022, 2:32 AM
    Idea: Add download as a stream option to the storage API client (or
    downloadAsStream
    function) to get objects as readable streams and not final blobs. See detailed description: https://github.com/supabase/storage-js/issues/72
  • a

    abaum

    07/06/2022, 1:41 PM
    suggestion: It would be really great to beef up the logs documentation. I've found a lot of useful info within the logs explorer, and the templates are great, but a more robust explanation of the data in each
    edge_logs
    and
    postgres_logs
    table would be super helpful. The only one I found was here, though I may have missed something: https://supabase.com/docs/guides/platform/logs
    m
    • 2
    • 2
  • m

    mansueli

    07/06/2022, 4:07 PM
    Logging | Supabase
  • g

    glomyst

    07/11/2022, 10:57 AM
    Why is the schema restriction implimented in supabase-js, this seems like an unessesery limitation. This stops us from having miltiple schemas in a self hosted supabase instance. Unless thats the goal. I believe this could be achived via supabase cloud, instead of the client.
    g
    d
    • 3
    • 4
  • g

    garyaustin

    07/11/2022, 11:20 AM
    Multiple schemas
  • s

    Scott P

    07/11/2022, 7:38 PM
    Hey everyone nice to be here I am
  • l

    leynier

    07/12/2022, 2:59 AM
    Hi devs, do you think that integrating FerretDB with Supabase services would be useful? FerretDB (previously MangoDB) was founded to become the de-facto open-source substitute to MongoDB. FerretDB is an open-source proxy, converting the MongoDB 5.0+ wire protocol queries to SQL - using PostgreSQL as a database engine. https://github.com/FerretDB/FerretDB
  • p

    Ping for toast

    07/12/2022, 5:56 PM
    I hate to be that guy but I was curious if eventually supabase will consider a "hobbiest" tier. The free tier is great for local development of products, preparing to launch. The 25$ tier is a huge jump. It feels great for actual companies, people launching a service to profit. But lots of time, I'm not starting a company. I just want a database for some small service. I just want a few limits knocked off the free tier - No automatic shutdown (or even lengthened) - Doesn't count to 2 free project quota - Maybe a gigabyte included, but even that might be a bit much. Just the opportunity to pay for more storage, say at 0.25/gb Services that would be a good fit for this tier would be your weekend projects that you present to the public, but are probably open source and only offered as a good will. TD;LR, a tier between "local development" and "company"
    o
    e
    +2
    • 5
    • 11
  • p

    Ping for toast

    07/12/2022, 6:03 PM
    Probably the solution right now is to selfhost but
  • o

    Olyno

    07/12/2022, 8:17 PM
    Pricing suggestion
  • p

    paradite

    07/13/2022, 7:22 AM
    Hey I am new to Supabase. Wanted to sign up to try but only GitHub sign-in is a deal-breaker for me as I don't want to tie my Supabase account with GitHub. Any plans to allow sign up via email like the old way?
  • s

    StEvUgnIn

    07/15/2022, 9:27 PM
    Hello, does Supabase team plans to create workspace for listing requests on Postman?
    s
    • 2
    • 1
  • s

    silentworks

    07/17/2022, 10:12 PM
    Hello does Supabase team plans to create
  • s

    SorNion

    07/19/2022, 3:54 PM
    It's been charging for 1 hour and you can't believe it, any ideas?
    j
    • 2
    • 1
  • s

    SorNion

    07/19/2022, 3:54 PM
    My database is located in Germany
  • s

    silentworks

    07/19/2022, 3:58 PM
    Please ask this in #839993398554656831 or open a support request https://app.supabase.io/support/new, this channel is for suggestions and ideas for Supabase.
  • j

    jonny

    07/20/2022, 9:52 AM
    possible EU region issues with new projects
  • m

    Mike_

    07/26/2022, 2:15 PM
    Copy code
    1. UI for defining & managing Enums as row types πŸš€ 
    2. UI for defining field/table constraints πŸš€ πŸš€ 
    3. UI for index management πŸš€ πŸš€ πŸš€
    impl these and I will name my first born 'supabase.js'
  • l

    lennard.

    07/28/2022, 3:16 PM
    I'm jumping on the bet if you will support multiple data sources and multiple tables with cross-foreign keys.
  • b

    bdougie

    07/30/2022, 12:02 AM
    Working on this now, but curious if anyone else has set up slack automation to announce new user signups from supabase auth?
  • n

    n10000k

    07/30/2022, 10:02 AM
    Ability to scale self hosted supabase across many instances, support for master slaves etc. use case is if you want to scale on k8s to like 10 nodes. This will allow enterprise customers for fault redundancy.
  • n

    n10000k

    07/30/2022, 10:08 AM
    Compliance document download: The ability to download documents and infrastructure plans to support SOC2 and PCI DSS. You can use these plans and documents to instantly upload to tools such as Vanta for compliance. (Vanta has a good list of templates required for a business to be SOC2 or PCI DSS) this will help enterprise customers advance compliance
    • 1
    • 2
1...262728...32Latest