https://supabase.com/ logo
Join DiscordCommunities
Powered by
# off-topic
  • x

    Xyo

    08/10/2021, 6:59 AM
    Could argue defaulting undefined to null would be a good idea - but that could break stuff for some people
  • x

    Xyo

    08/10/2021, 6:59 AM
    And wouldn’t really make sense
  • j

    jjj.westra

    08/10/2021, 9:59 AM
    Great that there is a Discord now 😄
  • e

    ehesp

    08/10/2021, 10:46 AM
    The lack of transaction support is a major blocker for me with Supabase. I know it's possible via postgres functions, but if I have payment webhook I need to be doing the transaction logic in my code.
    s
    • 2
    • 2
  • s

    silentworks

    08/10/2021, 10:46 AM
    ok
  • d

    donpuerto

    08/10/2021, 1:08 PM
    Hi how to use SQL lang in a code?
  • v

    Volkan

    08/10/2021, 1:29 PM
    converted a hardcore firebase user to Supabase, 1 user at a time 🤣
  • x

    Xyo

    08/10/2021, 2:32 PM
    Just ask them to estimate their cost on Firebase
  • x

    Xyo

    08/10/2021, 2:32 PM
    Then when they can’t, just say “it’s high” 😂
  • l

    Link

    08/10/2021, 2:42 PM
    hope that supabase self hosted version gets the ui soon
  • l

    Link

    08/10/2021, 2:42 PM
    like the website
  • l

    Link

    08/10/2021, 2:42 PM
    then I would slap it on any vps I have
  • l

    Link

    08/10/2021, 2:42 PM
    with no exception
  • l

    Link

    08/10/2021, 2:43 PM
    what I love the most about supabase is the dashboard actually
  • l

    Link

    08/10/2021, 2:43 PM
    lol
  • l

    Link

    08/10/2021, 2:43 PM
    postgres database is pog but the hot dashboard is what made me wanna try it the most
  • m

    Miguel2390d

    08/10/2021, 3:09 PM
    I don't think that will come this year
  • l

    Link

    08/10/2021, 3:10 PM
    sad
  • v

    Varun Sharma

    08/10/2021, 3:41 PM
    How to keep the user logged in?
    k
    • 2
    • 1
  • v

    Varun Sharma

    08/10/2021, 3:42 PM
    the user is automatically logged out after an hour
  • k

    Kosh

    08/10/2021, 3:55 PM
    Keep user logged-in
  • s

    Steve

    08/10/2021, 3:57 PM
    Payment webhook
  • u

    __ianjasper

    08/10/2021, 4:28 PM
    Do we have an extension that generates a CUID? instead of UUID? my table is already invested in cuid 😁
  • s

    Scott P

    08/10/2021, 5:17 PM
    First result on google: https://gist.github.com/notakaos/de6b63d504e6f3beb96d1e57cf306286 - might need some adjustment as it references
    mydb
    , but it should provide the core functionality you need You'd define the column type as
    text
    . If you were to insert a record where you want the CUID value in the column, you'd just call the
    cuid()
    function
  • l

    Link

    08/10/2021, 6:05 PM
    question
  • l

    Link

    08/10/2021, 6:05 PM
    how would I do secure discord login with supabase
  • l

    Link

    08/10/2021, 6:05 PM
    with my own backend code as well
  • l

    Link

    08/10/2021, 6:05 PM
    lol
  • l

    Link

    08/10/2021, 6:06 PM
    I want to fetch the discord user afterwards on my express server
  • v

    Varun Sharma

    08/10/2021, 6:42 PM
    how can I implement role-based access control in supabase? I have custom roles
1...717273...392Latest