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

    hannyOfSaris

    10/16/2021, 1:20 PM
    Does anyone enjoy using supabase with useSWR or react-query?
  • k

    khacvy

    10/16/2021, 2:27 PM
    Yep, I prefer swr
  • h

    hannyOfSaris

    10/16/2021, 3:19 PM
    Nice! I was debating between the two and for my simple use case, the smaller package size of useSWR seems to be more appropriate. Do you notice a performance improvement?
  • j

    jon.m

    10/16/2021, 8:12 PM
    Any updates on the rate limiting integration into the dashbaord?
  • s

    silentworks

    10/16/2021, 8:31 PM
    No
  • j

    jon.m

    10/16/2021, 8:31 PM
    rats
  • c

    Crane

    10/16/2021, 9:54 PM
    hello folks, I am trying to find some ideas of how to manage queries in my src with supabase, do you know any good examples?
    s
    • 2
    • 3
  • c

    Crane

    10/16/2021, 9:55 PM
    also, do we really need to use graphql with supabase to query?
    s
    • 2
    • 6
  • s

    silentworks

    10/16/2021, 10:07 PM
    Doe you need to use graphql with Supabase
  • s

    silentworks

    10/16/2021, 10:08 PM
    How to manage queries
  • s

    shubhamverma

    10/17/2021, 3:37 AM
    Is it common and efficient to store json or jsonb data in columns?
    s
    • 2
    • 2
  • s

    silentworks

    10/17/2021, 10:28 AM
    JSON data in jsonb column
  • j

    Jaeden

    10/17/2021, 12:08 PM
    With Firebase JS SDK you can get the upload progress. Is there such thing with Supabase storage? Or is it on the roadmap 🤔
  • d

    directlycrazy

    10/17/2021, 1:58 PM
    Hi there, I'm having a problem with updating values inside my table. It errors,
    {"error":{"code":400,"message":"operator does not exist: text = integer","requestId":""}}
    Is this an issue that anyone else has?
    g
    • 2
    • 8
  • d

    directlycrazy

    10/17/2021, 2:03 PM
    It only happens inside of the web client and not from the other clients
  • d

    directlycrazy

    10/17/2021, 2:11 PM
    Error updating value in table from web client
  • c

    Crane

    10/17/2021, 7:39 PM
    Hello folks, I am working on this app. Where I want to have one owner (email address) to create a store, and that store can have many different staffs under, how do I design the databases to achieve that? Currently, I am linking the owner email to the storeId, but I just notice, if someone happen to know the store id, they can access the url with that store id as well. What should I read/do about this problem? Thank you!
  • c

    Crane

    10/17/2021, 8:07 PM
    Also, anyone knows why the csv upload feature of Supabase doesn't work properly? I upload the csv and it only created a table with columns without any rows while it said it's going to create amount of rows that I have.
  • h

    HarryET

    10/17/2021, 9:06 PM
    👋🏻
  • j

    jonny

    10/18/2021, 3:45 AM
    have you got an example csv (same structure, format) we try out ?
    c
    l
    • 3
    • 4
  • j

    jonny

    10/18/2021, 3:46 AM
    sounds like you need Row level security

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

  • m

    miko

    10/18/2021, 5:02 AM
    I've made the PR if you're interested in trying it out, helping finish it up: https://github.com/supabase/grid/pull/93
  • j

    jonny

    10/18/2021, 6:13 AM
    wow nice work! we're currently open sourcing the dashboard, so I'm not sure what the status is with adding new features currently - will talk to team today about this as we might be moving a lot of stuff around. (possibly including @supabase/grid) Hopefully whatever we do, it will make it easier to PR changes like this 😄 one of us will comment on PR soon 🚀e
  • z

    zeeshanok

    10/18/2021, 7:45 AM
    this is a good video
  • a

    arslangoraya

    10/18/2021, 8:16 AM
    Hi guys, I am trying to create a cron server, it is created successfully but i am unable to receive it on webhook.site
  • a

    arslangoraya

    10/18/2021, 8:16 AM
    I have enabled both pg_cron and http extensions in supabase
  • a

    arslangoraya

    10/18/2021, 8:17 AM
    select status from http_post( 'https://webhook.site/223c8a43-725b-4cbd-b1fe-d0da73353a6b', -- webhook URL '{"hello": "world"}', -- payload 'application/json' )
  • a

    arslangoraya

    10/18/2021, 8:18 AM
    this http alone is working fine but it is not working with cron cause i am unable to receive the request and payload on webhooks.site
  • a

    arslangoraya

    10/18/2021, 8:22 AM
    if anyone can help??
  • j

    jonny

    10/18/2021, 9:45 AM
    @User is a wizard!
1...118119120...392Latest