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

    larryM

    10/03/2021, 3:13 PM
    did you find out how to do this?
  • c

    Camo

    10/03/2021, 3:29 PM
    so i see 6 months have been passed from the post, and there's still no supabase admin panel for self hosted. What you think the eta could be for usable self hosted version with admin panel? https://news.ycombinator.com/item?id=26637360
    s
    c
    • 3
    • 6
  • j

    jstansbe

    10/03/2021, 3:54 PM
    Looking for some resources (ie link, video, example) on how to create a folder in a bucket using supabase.js. Has anyone been able to do this? I want to create a folder in a bucket when a user creates an account (so the user has all their assets in one spot). I'm able to create buckets with supbase.js but don't see anything for folders/subfolders.
  • s

    sudo killall windows

    10/03/2021, 4:03 PM
    Hey everyone! I'm new to supabase/postgres and something is causing my DELETE query to fail, with no errorand it just returns [].
  • s

    sudo killall windows

    10/03/2021, 4:03 PM
    My grant statements
    GRANT SELECT, INSERT, UPDATE, DELETE ON tasks TO taskmanager;
  • s

    sudo killall windows

    10/03/2021, 4:04 PM
    RLS
  • s

    sudo killall windows

    10/03/2021, 4:05 PM
    task manaager permissions
  • s

    sudo killall windows

    10/03/2021, 4:22 PM
    For now I'll just replace the RLS with grants
  • g

    garyaustin

    10/03/2021, 4:40 PM
    There is no such thing as a real folder in Storage or Amazon S3 which is used. You just have at start each object name with a path based on user when you store or retrieve it.
  • s

    silentworks

    10/03/2021, 4:54 PM
    I don't think you want to do that, please read up on how RLS works and use them as they can do everything you need for authorization
  • a

    anand

    10/03/2021, 4:56 PM
    does supabase have anything equivalent to firebase functions?
  • j

    jstansbe

    10/03/2021, 4:57 PM
    I didn't know that about S3! I'm referring to supabase storage though, which does have the concept/option for buckets to have folders within them. Unless I'm missing something?
    g
    • 2
    • 1
  • s

    sudo killall windows

    10/03/2021, 4:57 PM
    It's being added
  • s

    silentworks

    10/03/2021, 4:57 PM
    @User please move that conversation into a thread
  • s

    sudo killall windows

    10/03/2021, 4:57 PM
    https://supabase.io/blog/2021/07/30/supabase-functions-updates
  • a

    anand

    10/03/2021, 4:59 PM
    in the meanwhile, what other service would be recommended? sorta need it right now
  • s

    sudo killall windows

    10/03/2021, 4:59 PM
    I'm not saying they're not useful, they seem awesome. But for what I'm doing only certain roles need access to a table and
    GRANT
    +
    REVOKE
    can do that
  • s

    sudo killall windows

    10/03/2021, 4:59 PM
    Netlify, vercel, cloudflare workers, or straight to the source of almost all serverless, AWS Lambda
  • a

    anand

    10/03/2021, 5:00 PM
    thanks :)
  • s

    sudo killall windows

    10/03/2021, 5:00 PM
    Np
  • s

    sudo killall windows

    10/03/2021, 10:16 PM
    Any progress on rate limiting I heard about?
  • s

    sudo killall windows

    10/03/2021, 10:17 PM
    Don't want people to be able to change a value in supabase.auth.session() and be able to spam whoever they want
  • s

    sudo killall windows

    10/03/2021, 10:17 PM
    (i have verification that sends discord users dm's)
  • s

    sudo killall windows

    10/03/2021, 10:17 PM
    oh
  • s

    sudo killall windows

    10/03/2021, 10:17 PM
    rls
  • s

    sudo killall windows

    10/03/2021, 10:18 PM
    @User I see why RLS is useful now. It could easily solve my problem
  • s

    sudo killall windows

    10/03/2021, 10:19 PM
    But now I have to learn more about rls \\: lol
  • s

    sudo killall windows

    10/03/2021, 10:21 PM
    i just can't find anything about checking what user is trying to run the query
  • s

    sudo killall windows

    10/03/2021, 10:24 PM
    Ah i see
  • s

    sudo killall windows

    10/03/2021, 10:30 PM
    and i was wrong it cannot in fact easily solve my problem
1...110111112...392Latest