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

    flapili (FR, bad EN)

    10/29/2022, 7:10 PM
    is anyone know a website to test http probe ?
  • f

    flapili (FR, bad EN)

    10/29/2022, 7:10 PM
    like with random outage (4XX / 5XX or ever timeout / ssl issue / ect)
  • z

    ZaDeR47

    10/29/2022, 8:50 PM
    hey hey! looks like a guide for setting up google auth here: https://supabase.com/docs/reference/javascript/auth-getuser Once the user is logged in looks like you can get user data on the client side after logged in with
    supabase.auth.getUser()
    (https://supabase.com/docs/reference/javascript/auth-getuser)
  • s

    silentworks

    10/29/2022, 11:39 PM
    Security Patch Notice · Discussion 9314...
  • a

    Aviv

    10/30/2022, 8:42 AM
    I'm inlove with you. I've seen so many diff answers on google, like: supabase.auth.currentSession supabase.auth.currentUser supabase.auth.user And this thing was just laying there so simply on the docs. Thank you!
  • f

    flapili (FR, bad EN)

    10/30/2022, 12:37 PM
    what do you think about my squircle animation ?
  • z

    ZaDeR47

    10/30/2022, 1:47 PM
    you got it! 🙂
  • a

    Aviv

    10/30/2022, 1:48 PM
    Great, but not practical 😅
  • k

    Karbust

    10/30/2022, 4:41 PM
    I just sponsored the project on github, how can I get the role and access to the sponsors channel? My Github: https://github.com/Karbust (also linked on my discord profile)
  • u

    Unknown Member

    10/30/2022, 10:33 PM
    So, trying to wrap my head around RLS. I'm getting the hang of it now.
  • u

    Unknown Member

    10/30/2022, 10:33 PM
    So USING -> checks and controls the visibility of rows for the current user that initiated transaction.
  • u

    Unknown Member

    10/30/2022, 10:34 PM
    and WITH CHECK -> validates the data the user is sending as a 2nd layer of security
  • e

    eunuch

    10/30/2022, 10:40 PM
    i am using auth-ui-react. I want to have exclusively a discord log in button. No email aor password. how can i do it?
    s
    • 2
    • 4
  • u

    Unknown Member

    10/30/2022, 10:42 PM
    I think you enable it in your project settings And in terms of the login button you either implement from scratch or there should be third party libraries out there you can use to provide you with the ui
  • u

    Unknown Member

    10/30/2022, 10:42 PM
    It's react there should be a bunch of them.
  • u

    Unknown Member

    10/30/2022, 10:42 PM
    I'm using Vue so I don't know react much.
  • e

    eunuch

    10/30/2022, 10:43 PM
    i have already set it up in the supabase dashboard however the component generates both a discord login and a email/password one
  • u

    Unknown Member

    10/30/2022, 10:44 PM
    You can just remove the email/password one it shouldn't matter because supabase API now with V2, has made their endpoints explicit
  • u

    Unknown Member

    10/30/2022, 10:45 PM
    I believe they now have a separate loginWithOtp() explicity
  • e

    eunuch

    10/30/2022, 10:46 PM
    hmm ok i will check it out
  • e

    eunuch

    10/30/2022, 10:49 PM
    i don't use directly loginWithOtp() though. I am just using the component of the auth-ui-react library called Auth. Anyways, if i don't resolve it i will use your suggestion
  • s

    silentworks

    10/30/2022, 10:57 PM
    i am using auth ui react I want to have
  • e

    eunuch

    10/30/2022, 10:58 PM
    ok i found the solution
  • e

    eunuch

    10/30/2022, 10:58 PM
    onlyThirdPartyProviders={true} add this property to the Auth compoenent
  • j

    jensen

    10/31/2022, 5:04 PM
    Ugghhh NPM should show published dates, not this relative stuff.
  • u

    \ ឵឵឵

    11/01/2022, 3:23 AM
    What are folks using for doing dev/staging/prod workflows with supabase?
  • u

    \ ឵឵឵

    11/01/2022, 3:25 AM
    It would be amazing to clone off snapshots of production data into another supabase instance, for example. Can imagine this could be accomplished well by allowing multiple databases within the same instance, with different API keys for each.
  • u

    \ ឵឵឵

    11/01/2022, 3:26 AM
    Similarly this would have a fantastic benefit for migration workflow and whatnot.
  • u

    \ ឵឵឵

    11/01/2022, 3:28 AM
    I've seen people using Snaplet to accomplish something like this, but feel like it deserves to be built-in.
  • c

    Cody

    11/01/2022, 3:29 AM
    Typically, you would never want to copy your production data to another database without scrubbing it of PII to limit your exposure.
1...282283284...392Latest