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

    silentworks

    12/31/2021, 11:53 AM
    Thanks for the heads up Harry
  • h

    HarryET

    12/31/2021, 11:54 AM
    Np 😄
  • s

    silentworks

    12/31/2021, 11:55 AM
    This is the second time you have tried to invoke everyone on this server, please refrain from doing such and also please don't post spam on this server. This server is about Supabase. This is a warning, if done again I will have to ban you from this server.
  • h

    HarryET

    12/31/2021, 11:56 AM
    We need to get a supabase discord bot that can help you guys lol
    r
    s
    o
    • 4
    • 41
  • c

    cataxcab

    12/31/2021, 2:32 PM
    Thank you!
  • h

    HarryET

    12/31/2021, 2:36 PM
    @User same again 😐
  • s

    silentworks

    12/31/2021, 2:49 PM
    Thanks again Harry, I’ve banned that handle from this server this time around.
  • h

    HarryET

    12/31/2021, 2:50 PM
    Np, took a screenshot too incase they deleted the message
  • h

    HarryET

    12/31/2021, 2:50 PM
    have an aweseom rest of you new years eve 🎉
  • s

    silentworks

    12/31/2021, 2:51 PM
    You too mate
  • m

    Mike_

    12/31/2021, 6:32 PM
    Hey, are there any differences between chaining query.eq() filters vs using a single query.match()?
  • m

    Mike_

    12/31/2021, 6:33 PM
    Performance / functionality?
  • g

    garyaustin

    12/31/2021, 7:16 PM
    Match is converted to multiple .eq by postgrest.js, so pretty close on the client side. A loop in postgrest.js building the eq's versus eq function call each time.
  • h

    Hadi

    12/31/2021, 8:02 PM
    Hey there, Is it possible to change the user id after signup? Im migrating from Firebase and would like to transfer(migrate) users data gradually before they create an account on Supabase. ----- The plan: 1. Create
    uuid
    for each Firebase user id (uid) 2. Use Supabase as a database and link data to users with created
    uuid
    at #1 3. Once we are ready to migrate users, let users create a Supabase account 4- Change Supabase account user id (auth.users.id) with created
    uuid
    at #1 What do you think? 💭
  • h

    HarryET

    12/31/2021, 8:10 PM
    Nope, you can't
  • m

    Mike_

    12/31/2021, 8:19 PM
    Excellent, thanks!
  • k

    ktosiek

    12/31/2021, 11:06 PM
    Happy new year to GMT+1!
  • j

    jhqcat

    01/01/2022, 12:52 AM
    happy new year
  • m

    Mike_

    01/01/2022, 1:41 AM
    Happy new year 🙂
  • m

    Mike_

    01/01/2022, 1:42 AM
    Anyone aware of how the storage cache behaves: If I upsert an item, will it automatically invalidate the cache for that item?
    g
    • 2
    • 10
  • g

    garyaustin

    01/01/2022, 1:43 AM
    let d = new Date(); if (d.getFullYear() == 2022 && d.getMonth() == 0 && d.getDate == 1) { console.log('Happy New Year!') }
  • m

    Mike_

    01/01/2022, 1:44 AM
    and it's cross-locale... well done 😄
  • m

    Mike_

    01/01/2022, 1:46 AM
    forgot to run it through prettier tho :/
  • m

    Mike_

    01/01/2022, 1:47 AM
    PR rejected
  • g

    garyaustin

    01/01/2022, 1:47 AM
    Hey it's already drinking time here...
  • m

    Mike_

    01/01/2022, 1:48 AM
    https://www.urbandictionary.com/define.php?term=Ballmer%20Peak
  • m

    Mike_

    01/01/2022, 1:48 AM
    🙂
  • g

    garyaustin

    01/01/2022, 1:54 AM
    storage cache upsert
  • l

    lorencerri

    01/01/2022, 2:16 AM
    Random question, but does supabase have a way to turn your already created database & functions into a single SQL script so you can export/share it?
    m
    m
    c
    • 4
    • 6
  • m

    Mike_

    01/01/2022, 2:24 AM
    I asked this recently and was pointed to this resource, (have not evaluated it yet though): https://github.com/zernonia/supabase-schema
1...172173174...392Latest