https://supabase.com/ logo
Join Discord
Powered by
# hackathon
  • v

    Vexcited

    08/13/2022, 9:59 PM
    looks like a cool project tho !
  • m

    meera_datey

    08/14/2022, 6:35 AM
    Trying out https://github.com/supabase/realtime/tree/multiplayer/demo multiplayer demo: Not sure what REALTIME_URL and REALTIME_ANON_KEY should be?
  • m

    meera_datey

    08/14/2022, 6:36 AM
    Is this demo released to public and part of 'Supabase Realtime' category?
  • m

    Mihai Andrei

    08/14/2022, 3:28 PM
    Hello. Can we use supabase py for the hackatron? Or we need to use the js one
  • g

    garyaustin

    08/14/2022, 3:31 PM
    You can.
  • r

    rankala

    08/14/2022, 5:44 PM
    is there an updated docs page for the js version 2?
    s
    • 2
    • 1
  • g

    garyaustin

    08/14/2022, 5:46 PM
    Not yet.
  • r

    Rychillie

    08/14/2022, 6:50 PM
    Prototype on figma βœ… , now let’s code everything on iPad!
  • s

    silentworks

    08/14/2022, 9:05 PM
    is there an updated docs page for the js
  • r

    Rychillie

    08/15/2022, 1:45 AM
    Sharing how i’m coding on iPad my project: https://twitter.com/rychillie/status/1558991430756048896?s=21&t=UtELq9NtueiY8P2zc0S-_A
  • i

    imamdev_

    08/15/2022, 3:00 AM
    is there any suggestion for people like me who are so bad at designing? I am lookinh for figma design system that has tailwind css component already for react, but found nothing. Even daisyUI has no figma design.
  • l

    lyqht

    08/15/2022, 8:46 AM
    hello @imamdev_ , there is a figma file for tailwind css styles https://www.figma.com/community/file/768809027799962739 and also figma file for Flowbite - a component library built upon tailwind css https://www.figma.com/community/file/973638860086718856 both should suffice for your design needs. otherwise, you can go low fidelity mockup (pen & paper) to get the ideas out πŸ™‚
  • m

    Mac

    08/15/2022, 12:43 PM
    Wanted to share this one yesterday but completely forgot lol. Anyway, here's a little concept preview from me. I may or may not have copied taken inspiration from Spotify's artist discography page
  • u

    user

    08/15/2022, 5:30 PM
    "All design elements, code, etc. for your project/feature must be created during the event" - does this mean Tailwind etc is not allowed?
  • m

    Mac

    08/15/2022, 5:35 PM
    I believe this means that you cannot use code you've written prior to the hackathon... at least not in a way that would give you an unfair advantage
  • u

    user

    08/15/2022, 5:36 PM
    That's how I interpreted it as well. Just wanted to make sure 😬
  • j

    jensen

    08/15/2022, 6:04 PM
    I mean.. I've written auth hooks for every project so far.. even if I wrote them from scratch they are going to look the same. Would be weird to not be able to use my Supabase boilerplate even tough it contains some code that was written before.
    r
    • 2
    • 1
  • r

    raae (queen.raae.codes)

    08/15/2022, 7:42 PM
    Having fun creating a twitter list cleaner as I have been on the app for almost 15 years and no longer able to follow new users: https://twitter.com/raae/status/1559226725271216132?s=20&t=kMn6HTpB8le664vPcKJkqw
  • r

    raae (queen.raae.codes)

    08/15/2022, 7:43 PM
    I mean I ve written auth hooks for every
  • r

    rphlmr

    08/15/2022, 9:12 PM
    I'm sure I've never written my design for the Hackathon πŸ˜‚, first time doing a CLI app πŸ˜„ I'm a little bit disappointed since they launch their new cli πŸ˜…
    s
    • 2
    • 3
  • s

    silentworks

    08/15/2022, 9:23 PM
    CLI App
  • n

    Niki

    08/16/2022, 3:30 PM
    some progress today I m building a
  • g

    garyaustin

    08/16/2022, 4:12 PM
    Anyone using the new supabase-js v2. Docs show
    user = supabase.getAuth()
    . It now returns data object instead. So use
    data = supabase.getAuth()
    then
    let user = data.user
  • s

    silentworks

    08/16/2022, 4:18 PM
    Just destructure it
    Copy code
    ts
    const { data: { user } } = await supabase.auth.getUser();
  • g

    garyaustin

    08/16/2022, 4:18 PM
    Yeah that is better, mainly just pointing out Docs are wrong and still show user =. Filed an issue.
  • s

    silentworks

    08/16/2022, 4:19 PM
    Ah link please
  • g

    garyaustin

    08/16/2022, 4:19 PM
    https://supabase.com/docs/reference/javascript/next/auth-getuser
  • g

    garyaustin

    08/16/2022, 4:20 PM
    https://github.com/supabase/supabase/issues/8394
  • g

    garyaustin

    08/16/2022, 4:20 PM
    Sorry should be threading... my bad..
  • p

    pixtron

    08/16/2022, 4:23 PM
    There is also "options optional
    SupabaseClientOptions
    for
    createClient
    would be nice if
    SupabaseClientOptions
    docs would be in there too. They exist in source code already.
1...212223...37Latest