https://supabase.com/ logo
Join Discord
Powered by
# off-topic
  • s

    silentworks

    12/08/2021, 3:19 PM
    High traffic website
  • s

    silentworks

    12/08/2021, 3:21 PM
    Prisma with Supabase
  • s

    silentworks

    12/08/2021, 3:24 PM
    Google API through Supabase
  • s

    silentworks

    12/08/2021, 6:08 PM
    SvelteKit issue
  • p

    paulsocal

    12/08/2021, 7:46 PM
    Hey Supabase fam. Is there a concept of organizations for supabase user auth for B2B saas? Something similar to auth0's: https://auth0.com/docs/organizations
  • d

    dommarr

    12/08/2021, 8:08 PM
    Thoughts on the easiest way to get a Slack notification when a new row is added to a table?
  • s

    Scott P

    12/08/2021, 8:25 PM
    Postgres trigger + HTTP extension?
  • l

    LukeB

    12/09/2021, 1:36 AM
    Has anyone integrated Supabase with Clerk.dev or am I wasting my time here and should just use Supabase auth?
  • c

    caryyon

    12/09/2021, 3:03 AM
    graphql 🔥 !!!!
  • h

    harshcut

    12/09/2021, 5:35 AM
    is there a youtube video for this (cookie auth with server-side rendering in next.js) stream?
    s
    • 2
    • 1
  • u

    0xAvneesh

    12/09/2021, 7:10 AM
    my article got added in resources!! Yayy 🥳
  • g

    Gitanes

    12/09/2021, 7:21 AM
    Hi so I got a form made up of SessionForm which contains 1 or more TableForm. When you click on save in session form, the db is updated. How can I also insert the table form data in the db when a user clicks save in session form? I was thinking of using an event dispatcher but I don't know when to trigger the event in table form...
  • s

    silentworks

    12/09/2021, 9:40 AM
    YouTube stream for cookie auth with server side rendering
  • s

    silentworks

    12/09/2021, 9:51 AM
    And it looks like logs are here now, that was super fast. https://twitter.com/chasers/status/1468800283576655875/photo/1
  • b

    Barba

    12/09/2021, 10:47 AM
    I got the T-shirt and stickers from previous hackathon 😍
  • l

    lulato

    12/09/2021, 2:19 PM
    Hey ya! I really love supabase, but I'm new to postgres and sql. Is there a good book or content online where I can find the best database design patterns? I'm working on a reddit clone and not sure how to setup the like/dislike pattern. Any help would be appreciated
  • d

    drex

    12/09/2021, 4:13 PM
    guys so so my api is sending a array but i get it as a string how do i fix this
  • u

    user

    12/09/2021, 4:31 PM
    just search "learn database design", "learn sql" and "learn postgresql" on youtube
  • u

    user

    12/09/2021, 4:32 PM
    unless you're using Supabase-specific functions like realtime or auth, I'd advise you to use Prisma to connect to the database
  • u

    user

    12/09/2021, 4:33 PM
    Prisma gives you a better insight into your data model and lets you run safe migrations
  • u

    user

    12/09/2021, 4:33 PM
    just search "learn prisma" on youtube
  • u

    user

    12/09/2021, 4:34 PM
    if you need to do auth use an auth library because again you can transfer that skill
  • u

    user

    12/09/2021, 4:34 PM
    e.g. with Next.js use NextAuth.js
  • a

    anothercoder

    12/09/2021, 4:40 PM
    Do you recommend any js/typescript frameworks, tech stack to use with Prisma? Or just nextjs? Thanks.
  • u

    user

    12/09/2021, 4:40 PM
    Next.js is brilliant
  • u

    user

    12/09/2021, 4:40 PM
    Supabase uses Next.js for their dashboard
  • a

    anothercoder

    12/09/2021, 4:41 PM
    So just nextjs + prisma + nextauth, anything else u would recommend?
  • u

    user

    12/09/2021, 4:42 PM
    for testing I use Cypress.io
  • u

    user

    12/09/2021, 4:43 PM
    for deployment platforms I'm trying a few
  • u

    user

    12/09/2021, 4:43 PM
    I wouldn't use Vercel in production because it's really expensive
1...157158159...392Latest