https://supabase.com/ logo
Join Discord
Powered by
# ideas-and-suggestions
  • s

    Scott P

    07/29/2021, 7:35 PM
    There's this: https://github.com/supabase/stripe-sync-engine With that said, Stripe has literally hundreds of possible workflows and thousands of use cases, so supporting a use case works for everyone's project seems like it'd be a massive undertaking
  • s

    Scott P

    07/29/2021, 7:36 PM
    For example, are you selling products or subscriptions? Do you need to trigger third party requests when a payment completes? Do you only need specific fields sent from Stripe in your database? etc.
  • f

    frubalu

    07/29/2021, 7:41 PM
    That's a great point. It can be as simple or complex as you want, and it'd be nearly impossible to support all of those features. I've been checking out this Vercel repo as an example, which is of course a very narrow use case: https://github.com/vercel/nextjs-subscription-payments
  • f

    Flyken

    07/29/2021, 9:57 PM
    feedback channel for projects you're working on, because i would literally use it the second its used, like.. i need it now
  • o

    Olyno

    07/29/2021, 10:04 PM
    You can create threads for a specific project and talk about it there 😉
  • f

    Flyken

    07/29/2021, 10:13 PM
    didn't think about thagt
  • g

    grosse_tortue

    07/30/2021, 1:50 AM
    There should be more voice channels, in case we just want to chat will developing (ex: voice-dev-1, voice-dev-2, voice-dev-3).
  • m

    marcolivierbouch

    07/30/2021, 1:50 AM
    good idea! 😎
  • o

    Olyno

    07/30/2021, 2:04 AM
    Done, I created a Supabase lovers and Supafan voice channels, I'm gonna add more if needed later
  • o

    Olyno

    07/30/2021, 2:04 AM
    Use them or lose them 🙃
  • g

    grosse_tortue

    07/30/2021, 2:05 AM
    Thank you, will use it in the coming days. Feels good man.
  • u

    ! Class self.PythonAddict = True

    07/30/2021, 4:06 AM
    👀
  • o

    Olyno

    07/30/2021, 4:16 AM
    Done ✅
  • u

    ! Class self.PythonAddict = True

    07/30/2021, 4:17 AM
    Great
  • u

    user

    07/30/2021, 8:40 AM
    Great work guys! Any plan to implement row level security in https://github.com/supabase/realtime ?
  • y

    YelloJello

    07/30/2021, 8:41 AM
    it's in the works, im waiting for it too
  • u

    user

    07/30/2021, 8:43 AM
    Is there is some issue or PR for this ?
  • y

    YelloJello

    07/30/2021, 8:46 AM
    i dont think so, but worth checking out
  • u

    user

    07/30/2021, 8:53 AM
    my idea was simple for each table that admin want to be real time enabled enable admin to set SELECT RLS for pseudo table (real time info that you already sending to user) so before sending to users rows are filtered out naive implementation would be before sending info to user insert it into one table and allow admin to define SELECT RLS on this table and finally send it to user (some rows would be filtered out)
  • m

    magicquin

    07/30/2021, 9:45 AM
    Hey all, know view logs within dashboard
  • k

    Kosh

    07/30/2021, 11:20 AM
    Is there a reason, in the sql result, column data isn't copiable? I always have to inspect and find the span to be able to copy an id or something long. proposed solution would be something like
    Copy code
    span.font-mono.text-xs {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    }
    this will allow us to be able to select the span text and copy it.
  • e

    ehesp

    07/30/2021, 11:55 AM
    It'd be great is custom SQL queries could be saved at a project level rather than in local storage. That way I'd be able to share them with the team and also access them from other devices.
  • k

    Kosh

    07/30/2021, 11:58 AM
    I learned that the hard way actually, after i wasn't able to login to supabase when it was down, i cleared the website data and i lost literally everything. luckily, the functions were stored in db, but i wasn't able to retrieve custom types and other stuff so i had to redo them all.
  • e

    ehesp

    07/30/2021, 11:58 AM
    Yep took me by surprise. Jumped on my laptop in the evening to carry on some work and they were gone.
  • h

    hips

    07/30/2021, 12:09 PM
    maybe consider something like
    sqitch
    or
    graphile-migrate
  • k

    Kosh

    07/30/2021, 12:41 PM
    @User actually, I just tried DataGrip from Intellij and I was able to see all my functions, types, extensions etc code in there. would have definitely saved me tons of hours recovering stuff myself 😄
  • d

    DharmaraJ

    07/30/2021, 1:10 PM
    Can this table have a horizontal scroll ?
  • d

    DharmaraJ

    07/30/2021, 1:10 PM
    I'm on a
    14"
    laptop and the delete icon is gone unless I zoom out.
  • j

    jonny

    07/30/2021, 1:36 PM
    thanks @User - yep, this isn't ideal is it. we'll keep it in mind and start optimising pages for smaller screens
  • j

    jonny

    07/30/2021, 1:37 PM
    we've put in the ground work for this, we'll try and deliver this soon so SQL queries are saved remotely
1...567...32Latest