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

    remc

    09/23/2022, 11:10 AM
    Hi remc Have you got a screenshot of
  • l

    Lukas

    09/25/2022, 6:33 AM
    It would be great if there were a more advanced permission system (mainly to let people that aren't the owner to be able to create new projects)
  • j

    jdgamble555

    09/25/2022, 12:57 PM
    I think this channel should be a forum so that everything is organized and not repeated!
  • b

    babyice

    09/26/2022, 11:45 AM
    I love the idea of Supabase as a product, but I must say it is very poorly implemented and documented for self-hosting. This is especially true using Kubernetes. It is a difficult thing to get working in production with real SSL certs, etc. But...I actually got it done. After two days I am staring at a screen that seeks to have me login using my Github ID, but when I try (even after configuring GoTrue for Github AND Google), I get a 404. I can never see my project or administer the data. Can anyone help?
    o
    • 2
    • 7
  • j

    jensen

    09/26/2022, 4:29 PM
    Glad to hear you made progress. This is the type of question that should go into the #1006358244786196510 forum, might have a higher chance of getting a response.
  • o

    Olyno

    09/26/2022, 8:07 PM
    Better selfhost documentation
  • d

    dinosxur

    09/27/2022, 10:10 AM
    Hey guys, I had a question regarding Supabase's storage. I'm currently hosting large image files and 3D models on Airtable and am looking to migrate over to a better solution. The files uploaded to the database is roughly 200GB per month I was wondering if Supabase Storage would be able to handle storage of 200GB/month or if it'd make more sense for me to host the files on s3 and link that to Supabase. Any thoughts or suggestions?
    o
    m
    • 3
    • 3
  • o

    Olyno

    09/27/2022, 12:36 PM
    Storage question
  • d

    DevDave

    09/28/2022, 8:06 AM
    Hi @thorwebdev, I´m a contributor on the supabase-auth-helpers for sveltekit and i´ve read through your implementation for supabase-v2 in nextjs. It seems like you rely on cookies that are not http-only. Isn´t that a security concern regarding XSS?
    t
    j
    s
    • 4
    • 39
  • t

    thorwebdev

    09/28/2022, 8:25 AM
    Hi thorwebdev3140 I´m a contributor on
  • l

    LordKeebler

    09/28/2022, 6:49 PM
    Keep getting API key not found when trying to insert into supabase. I am certian my token is correct.
  • l

    LordKeebler

    09/28/2022, 6:49 PM
    If anyone could help
  • l

    LordKeebler

    09/28/2022, 6:49 PM
    Would be very appreciated
  • c

    cdedreuille

    09/30/2022, 12:20 PM
    When you upload a file using
    supabase.storage.from().upload()
    is returns
    {Key: ...}
    . This key has the bucket name in it which is not ideal as what I want is then to save the path and use it with
    getPublicUrl()
    for example. For now I have to take the bucket name out of the returned key but that's not the cleanest way to do for sure. It would be great to return a more complete object with the bucket id separated from the file path.
    • 1
    • 1
  • j

    jdgamble555

    09/30/2022, 12:34 PM
    Discord Suggestion - in the post guidelines, have a link showing people how to do markdown with the proper language (typescript or sql usually)
  • s

    stelofo

    09/30/2022, 1:44 PM
    Does supabase have a way to encrypt contents of a certain message? (say you're building a note-taking app, so you won't view the notes of your users)
    n
    • 2
    • 3
  • s

    stelofo

    09/30/2022, 1:44 PM
    * a certain column, sorry
  • n

    n10000k

    10/01/2022, 12:16 AM
    suggest this! got this 🙂

    https://www.youtube.com/watch?v=vyHyYpvjaks▾

  • m

    meera_datey

    10/03/2022, 5:22 AM
    Hacktoberfest 2022 is going on. Is Supabase part of it?
  • h

    Homemadesteam58

    10/05/2022, 1:51 AM
    Maybe we should have a thank you channel, so we can thank members of the community to help us with various problems.
    s
    • 2
    • 2
  • s

    silentworks

    10/05/2022, 11:54 AM
    Maybe we should have a thank you channel
  • l

    lyqht

    10/07/2022, 9:37 PM
    Hi @meera_datey there will be an upcoming Happy Hour to talk about Supabase in Hacktoberfest soon. In the meantime u can also hop over to https://github.com/lyqht/awesome-supabase to see if you would like to contribute to it ⚡
  • t

    Tony_n

    10/09/2022, 6:48 PM
    I had an idea for functionality supabase could add easily. Universal linking is annoying to setup. Supabase already can deep link to apps with the signup and sign in links. So it seems you could easily add support for creating more deep links in the supabase console to deep link into apps.
    s
    • 2
    • 8
  • s

    silentworks

    10/09/2022, 9:40 PM
    I had an idea for functionality supabase
  • j

    jdgamble555

    10/11/2022, 11:47 AM
    https://blog.cloudflare.com/turnstile-private-captcha-alternative/ - use this instead of captcah
  • s

    sosapps

    10/11/2022, 7:30 PM
    SUGGESTION: It would be nice to be able to sort the order of the table columns in the editor after creation.
  • g

    garyaustin

    10/11/2022, 7:37 PM
    You sort of can, but only in the same browser. I assume it is stored in local storage, but not sure. You just drag them.
  • s

    sosapps

    10/11/2022, 7:38 PM
    That part worked for me also.
  • g

    garyaustin

    10/11/2022, 7:40 PM
    Do you mean to also affect the return order with select *. If so that is rather tricky... https://stackoverflow.com/questions/285733/how-do-i-alter-the-position-of-a-column-in-a-postgresql-database-table As Postgres does not seem to support rearranging.
    s
    • 2
    • 2
  • s

    sosapps

    10/11/2022, 9:01 PM
    How do I alter the position of a column ...
1...2829303132Latest