https://supabase.com/ logo
Join Discord
Powered by
# help
  • r

    Rutik

    01/23/2022, 5:07 AM
    hey, did you found a way to do it?
  • p

    poutingemoji

    01/23/2022, 5:10 AM
    is there no way to do all of them at once?
  • j

    joshcowan25

    01/23/2022, 7:08 AM
    Probably with the paid plan (see backup). Or use the API to fetch every rows and write it to a csv file
  • a

    akshg05

    01/23/2022, 8:37 AM
    Hi mates Can someone help me with supabase postgres functions? How to write them and some docs? I did see Supabase official video but am still struggling with it.
  • c

    cookie mob

    01/23/2022, 9:33 AM
    How do subscriptions work? Do I need separate subscription for each user of the app? I tried installing my app to 2 phones (using same code for subscription) amd inserting something in a table and only one phone got message that there was an insert
  • a

    ArnyminerZ

    01/23/2022, 10:07 AM
    Hi, is any support available for ARM devices on docker? I'd like to host Supabase with a RPi
  • s

    sunnychow

    01/23/2022, 10:53 AM
    hi @User , I facing this same issue. Have you had any luck with this?
  • b

    beru

    01/23/2022, 10:55 AM
    Still no luck. Might be a bug
  • s

    sunnychow

    01/23/2022, 10:55 AM
    ah that's a shame. thank you for letting me know.
    • 1
    • 1
  • m

    Markido

    01/23/2022, 12:33 PM
    Hey guys - whats the best way to implement some role based authorization? I don't see a way to assign roles to users
  • d

    dohman

    01/23/2022, 12:43 PM
    I have an issue where Supabase never updates the right ID, it always updates the first one (per order) in the table. Am I doing something wrong?
    g
    • 2
    • 1
  • d

    dohman

    01/23/2022, 12:44 PM
    So instead of updating ID 233, it always updates the one at the top of the table -- for example
  • i

    ikigai

    01/23/2022, 2:38 PM
    Does supabase storage supports https://www.backblaze.com instead of S3? I could see a reference to some config option https://github.com/supabase/supabase/discussions/982#discussioncomment-570379. But cannot find any further ref in either the official docs or anywhere else.
  • a

    ak4zh

    01/23/2022, 3:03 PM
    I have not really used supabase storage, but I think blackblaze is s3 compatible so anything that supports s3 should work fine with blackblaze.
  • g

    garyaustin

    01/23/2022, 3:15 PM
    Update only first item in table
  • i

    itsnotyalc

    01/23/2022, 3:55 PM
    Hey all. I haven't been able to get subscriptions to properly work. This is a simplified version of the Slack clone example in the main supabase repo. Any ideas? https://github.com/iamclaytonray/supabase-repro
  • i

    ikigai

    01/23/2022, 3:57 PM
    While I understand this, where I am struggling is to figure out how to configure Supabase to use backblaze instead of the default S3 storage. I could not find any settings in my supabase.com project which suggest this change...
  • s

    supa

    01/23/2022, 4:09 PM
    Hello guys, just a quick question, the
    supabase.storage.from.update('', { upsert: true })
    method is creating the file if she doesnt exist right and replace it if she exists right?
  • c

    chipilov

    01/23/2022, 4:21 PM
    Currently, there is only a workaround: https://github.com/supabase/supabase/discussions/2925#discussioncomment-1716295
  • p

    PH4NTOMiki

    01/23/2022, 4:42 PM
    Hi, how to use , (comma) in a filter value in the .or() function because it uses comma to separate multiple filters? thanks
  • g

    garyaustin

    01/23/2022, 4:55 PM
    I'm not sure, but this might get you going: https://postgrest.org/en/stable/api.html#reserved-characters
  • j

    joshcowan25

    01/23/2022, 5:36 PM
    Hi! How to delete user? Does it work to deleteUser from a serverless function on vercel?
  • j

    jdgamble555

    01/24/2022, 1:25 AM
    Hey guys, when I login via google signin, how do I disable the page refresh? I have the onAuthStateChange observable, so I don't need a page refresh...
  • p

    pavan_kumar

    01/24/2022, 6:48 AM
    Hey guys I'm trying to upload a file to storage, the request returns successful but the file doesn't show up in the storage dashboard.
  • p

    pavan_kumar

    01/24/2022, 6:49 AM
    The RLS policies are 1. Insert if authenticated 2. Read for all
  • p

    pavan_kumar

    01/24/2022, 6:49 AM
    any idea why this is happening
  • a

    ak4zh

    01/24/2022, 7:32 AM
    can I create policy with supabase client headless without the UI ?
    PATCH {id: xxxx, rls_enabled: true}
    is it implemented in supabase client
  • s

    sunnychow

    01/24/2022, 8:38 AM
    ah thats a shame thank you for letting
  • v

    VWL Tobias Hassebrock

    01/24/2022, 2:00 PM
    hey, if I choose EU-central (Frankfurt) as my database server, will my data be stored there or automatically shared to a different region (e.g. US?). I am asking because I am researching about database as a service options for a German public service application.
    s
    • 2
    • 2
  • s

    Scott P

    01/24/2022, 2:21 PM
    Cross-region propagation
1...202203204...316Latest