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

    user

    03/10/2022, 10:51 PM
    Is there any timeline on app based 2fa?
  • d

    DanMossa

    03/11/2022, 12:23 AM
    Does auth.users ever clean itself? Like does it auto remove rows where email_confirmed_at == null or something? after x amount of time?
    g
    • 2
    • 12
  • d

    DanMossa

    03/11/2022, 12:24 AM
    lmao of course there's pg_cron
  • d

    DanMossa

    03/11/2022, 12:26 AM
    Does an email verification link ever expire? If so how long?
  • g

    garyaustin

    03/11/2022, 12:53 AM
    auth.users cleaned?
  • z

    Zafar Ansari

    03/11/2022, 5:37 AM
    @User Is there any progress on SQL implementations of pg_graphql's C components?
  • s

    solarsandpiper

    03/11/2022, 1:26 PM
    hi! I’m new to the team so I don’t know, but I’ll see what I can find out
  • o

    Olyno

    03/11/2022, 1:51 PM
    Hi please avoid to mention the team to get help. Use the #843999948717555735 channel (or #869405720934744086 in your case), and don't hesitate to mention the @User role instead
  • o

    Olyno

    03/11/2022, 1:52 PM
    Great gif by the way @User 😆
  • r

    ricky

    03/11/2022, 4:01 PM
    what is the proper way to call call multiple rpc functions. This is how I'm doing it
    Copy code
    const { data: project, error } = await supabase.rpc('get_project', { proj_id: projectid })
        if (error) { console.log(error) }
        const { data: bestReadmeAwards, error: error2 } = await supabase.rpc('get_best_readme_winners', { proj_id: projectid })
        if (error2) { console.log(error2) }
        const { data: bestProjectAwards, error: error3 } = await supabase.rpc('get_best_project_winners', { proj_id: projectid })
        if (error3) { console.log(error3) }
        const { data: bestDesignAwards, error: error4 } = await supabase.rpc('get_best_design_winners', { proj_id: projectid })
    I'm basically just caling the rpc function one by one. Is there a better way of doing it?
  • d

    DanMossa

    03/11/2022, 4:17 PM
    You could do Promise.all
  • r

    ricky

    03/11/2022, 4:52 PM
    I see. thanks
  • d

    DanMossa

    03/11/2022, 7:28 PM
    Can someone smarter than me explain public vs private buckets? ~~I have a public bucket called
    prof-pics
    and each folder is the user's
    uuid
    I have RLS rules that: Insert/update/delete if the uuid matches the folder name Select if authorized If I use the method
    getPublicUrl
    I get a URL for the file, but I don't see a token or anything, so how can supabase auth the caller? If I go to the dashboard and click "Copy URL" I can view this anywhere. Is the token in the URL a super auth token? And what's the diff between public and private? Public buckets are for assets and things were anyone can look at them? Does that mean that RLS don't work with public buckets?~~ Public buckets: Allow everyone
    SELECT
    access but RLS for everything else. Private buckets: RLS for everything.
    g
    n
    • 3
    • 2
  • g

    garyaustin

    03/11/2022, 8:37 PM
    public and private buckets
  • o

    Olyno

    03/11/2022, 8:39 PM
    Hi Please don't hesitate to ask in #843999948717555735 next time, it is more appropriate
  • u

    ! Class self.PythonAddict = True

    03/12/2022, 5:56 AM
    who has the
    @support
    role?
    o
    • 2
    • 2
  • d

    DanMossa

    03/12/2022, 4:31 PM
    Does the needle bot auto create a thread for everything? Or what determines whether a thread is auto created?
    s
    • 2
    • 1
  • s

    silentworks

    03/12/2022, 10:35 PM
    Needle bot
  • o

    Olyno

    03/13/2022, 10:35 AM
    Who has the support role
  • m

    Mopsior

    03/13/2022, 4:37 PM
    Hi, can i ping support if nobody don't answering me on #843999948717555735 from 3 days?
  • o

    Olyno

    03/13/2022, 7:18 PM
    Hi Is your help message in a thread? @User
  • m

    Mopsior

    03/13/2022, 7:33 PM
    Yeah, someone helped, but again don't answering me after some time 😩
  • o

    Olyno

    03/13/2022, 7:38 PM
    Maybe try to post a "up" message first in the thread to make it up to date. If you really don't get any more answer, yeah don't hesitate!
  • w

    walker

    03/13/2022, 9:56 PM
    👋 hey
  • w

    walker

    03/13/2022, 9:56 PM
    Candle just sponsored supabase - keep up the great work guys
  • j

    jon.m

    03/13/2022, 10:11 PM
    Oh, I forgot.
  • j

    jon.m

    03/13/2022, 10:11 PM
    I launched my made with supabase startup
  • j

    jon.m

    03/13/2022, 10:11 PM
    https://www.ollieconnect.io
  • o

    Olyno

    03/14/2022, 12:38 AM
    Awesome! Don't hesitate to posdt it in #867347909741248532 :p
  • b

    Borisdm

    03/14/2022, 3:46 PM
    So supabase realtime filter works with 1 static variable? Or is it possible to chain 2 variables ?
    g
    • 2
    • 3
1...200201202...392Latest