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

    silentworks

    11/02/2022, 10:58 PM
    Yep definitely a #1006358244786196510 question
  • l

    laubonghaudoi

    11/03/2022, 1:08 AM
    anybody tried the new nextjs 13 with supabase? Is it that fetching data in server components, like in this example https://twitter.com/supabase/status/1587462499418382336, is the best practice now?
  • z

    ZaDeR47

    11/03/2022, 1:31 AM
    Had a question come in on my video on supabase basics today - I've actually had the thought before of wishing there was username and password (no email required) support. Has this come up before? [Was thinking about giving a tutorial to hack around getting an email from the user for sign up and sign in]
  • t

    trezi

    11/03/2022, 9:39 AM
    I think i came across this topic somewhere in the documentation and was suggesting your approach of creating a new table in public schema that references the auth table (this comes handy also to let the user add and edit their profile details such name, birthdate nickname etc)
  • f

    flapili (FR, bad EN)

    11/03/2022, 11:08 AM
    Hi
  • j

    jensen

    11/03/2022, 2:59 PM
    I have an example here. https://github.com/jensen/supabooked/blob/54e64c906f36c2b4ffb2c085babab742a35f7b1c/src/services/db/schema.sql#L4 I create two more tables.
    profiles
    and
    profile_private
    In one case the data is accessible to others, but the other has RLS applied so only the user can access their own email.
  • z

    ZaDeR47

    11/03/2022, 4:21 PM
    Just dropped a video to show this morning

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

    (there's a link to my example in the description) [hope not spam! Please mods remove if so]
  • g

    greencurve

    11/03/2022, 5:26 PM
    haha supaship, that is a great riff off of fireship
  • g

    greencurve

    11/03/2022, 5:26 PM
    will check the vid 👍
  • o

    Olyno

    11/03/2022, 9:41 PM
    Custom domains in beta 👀 https://supabase.com/docs/guides/platform/custom-domains
  • l

    Lukas

    11/04/2022, 5:38 AM
    o.0
  • l

    Lukas

    11/04/2022, 5:39 AM
    any chance we'll get suspense working with useUser? right now it just shows the sign in button for a split second until it fetches the data
  • l

    Lukas

    11/04/2022, 5:44 AM
    honestly the more I use supabase with the app directly it doesn't seem built for it
  • l

    Lukas

    11/04/2022, 5:51 AM
    oh fun
  • l

    Lukas

    11/04/2022, 5:55 AM
    Ah
  • l

    Lukas

    11/04/2022, 5:55 AM
    thanks for pointing that out 😅
  • j

    jensen

    11/04/2022, 5:56 AM
    Yeah, Next 13 is pretty stable, but the beta
    app
    folder is definitely not ready for production.
  • j

    jensen

    11/04/2022, 5:57 AM
    I've deployed this: https://supabasev2-nextjs.vercel.app/ https://github.com/jensen/supabase-nextjs as an example.
  • t

    Terry

    11/04/2022, 12:08 PM
    Happy #1030472924743868416 all! Come on over if you want to squash some bugs today!
  • g

    GaryLake

    11/04/2022, 2:04 PM
    Hey all, just wanted to give a shoutout for those that worked on Supabase-js v2 – finally did my upgrade today. The async getSession() is an absolute godsend and allowed me to strip out a lot of properly hacky crap in my Vue router to get around race conditions 🙌🏻 Aside from a refactor on all my Auth stuff (which as above, was needed anyway!) everything else just worked 🎉
  • q

    quick_piper15

    11/04/2022, 2:09 PM
    what's the auth session JWT used for?
  • j

    js95

    11/04/2022, 5:18 PM
    Has there been anything on Vault since the announcement? The install is giving an error. Would be great to use
  • k

    kingweb

    11/04/2022, 5:32 PM
    does supabase self hosted docker include dashboard?
  • l

    Lukas

    11/04/2022, 6:23 PM
    whats the differance between var-char and text
  • j

    jensen

    11/04/2022, 6:24 PM
    #1006358244786196510 next time https://www.postgresql.org/docs/14/datatype-character.html
  • l

    Lukas

    11/04/2022, 11:10 PM
    thanks!
  • x

    Xyo

    11/05/2022, 12:11 AM
    Hiya! Are subscriptions (for pg data changes) now moved to the new realtime feature?
  • x

    Xyo

    11/05/2022, 12:11 AM
    If so, how exactly does that work when it comes to scalability. From the available info, realtime runs on clusters that aren’t part of a deployment, but they’d still need access to the deployment pg 🤔
  • x

    Xyo

    11/05/2022, 12:13 AM
    Or is that just handled behind the scenes and the only extra load on a deployment is the data reading between pg - the supabase realtime cluster, meaning that CCU won’t affect the database’s performance?
  • x

    Xyo

    11/05/2022, 12:16 AM
    > Postgres Change Data Capture (CDC) enables you to listen to database changes and have them broadcast to authorized clients based on Row Level Security (RLS) policies. This works by Realtime polling your database's logical replication slot for changes, passing those changes to the apply_rls SQL function to determine which clients have permission, and then using Broadcast to send those changes to clients. Looks like that’s how it works
1...284285286...392Latest