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

    nkmnz

    09/21/2021, 3:46 PM
    yeah, I'm aware, but I thought they might hang around here, since I saw posts from a couple of months ago when they were asking questions about supabase 🙂
  • m

    Miguel2390d

    09/21/2021, 4:26 PM
    Does anyone had any problems uploading Array Buffers to Storage
  • m

    Miguel2390d

    09/21/2021, 4:26 PM
    It uploads fine but with a wrecked image
  • m

    Miguel2390d

    09/21/2021, 4:27 PM
    Same in the client
  • w

    wiesson

    09/22/2021, 9:57 AM
    Does anyone know, how to mute the twitter channel? I'm already a follower on twitter, so I don't need an extra push notification if supabase tweets..
  • f

    fp

    09/22/2021, 9:58 AM
    right click on twitter
  • f

    fp

    09/22/2021, 9:59 AM
    @User
  • w

    wax.run

    09/22/2021, 2:27 PM
    Did you ever figure this out?
  • w

    wiesson

    09/22/2021, 2:59 PM
    and?
  • f

    fp

    09/22/2021, 3:01 PM
    Can't you see the screenshot?
  • f

    fp

    09/22/2021, 3:01 PM
    click mute channel
  • j

    jbrocket

    09/22/2021, 4:13 PM
    👋 If project is paused, does it mean it does not receive any requests from the application? - Which would mean nothing would be stored in a DB
    s
    • 2
    • 6
  • s

    silentworks

    09/22/2021, 4:24 PM
    Paused project
  • u

    user

    09/22/2021, 7:01 PM
    Hey all, about to get started checking out Supabase, how easy is it to switch out components if I deploy locally? Ideally I'd like to use NGINX instead of Kong.
  • s

    Scott P

    09/22/2021, 9:07 PM
    I wrote a guide about self-hosting, which uses Nginx to route to supabase containers: https://dev.to/chronsyn/self-hosting-with-supabase-1aii It still uses Kong in this example, but you could potentially drop it out and route directly to each service via Nginx
  • u

    user

    09/22/2021, 9:09 PM
    Awesome Scott! Thank you I will check it out.
  • j

    JoshTheNerd

    09/23/2021, 1:29 AM
    Will there be a way for a user to delete their own account? Just their account.
  • j

    JoshTheNerd

    09/23/2021, 1:29 AM
    Delete User from the js api docs has to be ran on the server.
  • j

    jason-lynx

    09/23/2021, 10:04 AM
    maybe an rpc that runs a
    DELETE FROM auth.users
    query?
  • j

    jason-lynx

    09/23/2021, 10:05 AM
    with the relevant RLS or permission checks in the function to ensure they only can delete their own account
  • j

    Jimson

    09/23/2021, 12:15 PM
    Has anyone attempted to recreate a microservices architecture with Supabase?
  • f

    fp

    09/23/2021, 2:32 PM
    Would anyone want to give me a promo code?
  • b

    Boss

    09/23/2021, 3:55 PM
    Hello all, I'm getting started with supabase and flutter. I did all the steps and when I use the auth.signIn(provider:Provider.google) nothing happens. I get back an empty error but also data empty and everything else empty
  • b

    Boss

    09/23/2021, 3:56 PM
    Im not able to debug it as there's no message, nothing at all, any guidance how to go about this?
  • m

    MDobs

    09/23/2021, 5:13 PM
    welcome to my struggle @User You can check this comment https://github.com/supabase/supabase/discussions/1885 and this repo https://github.com/phamhieu/supabase-flutter-demo/blob/main/lib/screens/signin_screen.dart it does login with github but the process is the same
  • a

    AlexM

    09/23/2021, 11:27 PM
    Not sure how that would work as you're limited to the number of projects
  • r

    ra9

    09/24/2021, 12:56 AM
    Hi guys, is there a way you can use Prisma and still link the auth users to a table created by Prisma
  • r

    ra9

    09/24/2021, 12:58 AM
    Or is there a way to convert all Prisma Schemas to supabase's schema?
  • p

    Peanut

    09/24/2021, 4:45 AM
    My PostgREST calls are timing out. Is Supabase lagging?
  • d

    discoding

    09/24/2021, 6:20 AM
    hey everyone, the docs said to use
    getUserByCookie()
    on server side
1...106107108...392Latest