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

    ZetiMente

    08/28/2022, 12:43 AM
    TARS, basically, if you use noSQL for structured data. You'll have issues updating data. Think of Facebook. Everyone has a profile picture on their comments. in SQL, you do a join with user, and get the url of everyone's profile picture. But with no SQL, if your data is denormalized, you put the profile picture field in the comment. Which is going to be expensive to update all instead of one field in user.
  • t

    TARS

    08/28/2022, 9:03 AM
    thx a lot, great example.
  • o

    Olyno

    08/28/2022, 1:12 PM
    Hey! The only way to avoid your instance of being pause is by ping it using a cron job
  • h

    hankg

    08/28/2022, 1:26 PM
    Or paying $25 a month ๐Ÿ™‚
  • d

    daviscup

    08/28/2022, 2:08 PM
    is supabase going to offer more (cheaper) payment plans in the future with less storage/bandwidth etc.? $25 / month is too pricey for most of my smaller customers
  • g

    garyaustin

    08/28/2022, 2:34 PM
    Here is a recent discussion on that pricing topic. https://github.com/supabase/supabase/issues/4792
  • d

    daviscup

    08/28/2022, 2:57 PM
    thanks. the comments in that discussion sum it up very well
  • n

    nahtnam

    08/28/2022, 6:09 PM
    What is the right way to do Cron jobs with supabase? Right now I'm doing a GitHub action which triggers a supabase function but I notice it times out at 1 minute
    l
    • 2
    • 2
  • c

    connection01

    08/28/2022, 7:04 PM
    I am trying to generate sql migration file using supabase cli. I successfully generated it for the tables and RLS. How to do same for Functions, Trigger and Database Hooks these are not available in supabase local dashboard. I created the functions and triggers in official hosted supabase dashboard how to pull those as migrations for git. I am assuming I need to run
    supabase db remote changes
    which I already did but it is running at
    Generating changes on the remote database since the last migration 0%
    since last 20+ minutes.
  • l

    laznic

    08/28/2022, 7:21 PM
    Cron jobs in Supabase
  • m

    marcusmmm

    08/30/2022, 1:46 AM
    I've been using the Supabase CLI just so i don't have to handle with the hassle of setting up postgres locally lol
  • u

    ๋งคํŠœ

    08/30/2022, 8:04 AM
    Is superbase auth ui compatible with rc 2.0?
  • u

    ! Class self.PythonAddict = True

    08/30/2022, 10:20 AM
    what are all the options to auth with supabase?
  • p

    pedrodiaz

    08/30/2022, 11:20 AM
    Do you mean providers?
  • p

    pedrodiaz

    08/30/2022, 11:22 AM
    Maybe this helps https://supabase.com/docs/guides/auth
  • h

    hankg

    08/30/2022, 3:17 PM
    Just had my first instance where had to switch from one dev machine to another...checkout the git repo,
    supabase login
    ,
    supabase start
    from the repo directory and everything up and running instantly. Very nice ๐Ÿ™‚
  • h

    hankg

    08/30/2022, 3:18 PM
    Only hiccup was for some reason first time doing
    start
    it thought it couldn't pull down the inbucket image. But doing the command a second time it had no prbolme with tha. Something must have been timing out on the docker side
  • h

    hankg

    08/30/2022, 3:19 PM
    Error: Error response from daemon: No such image: public.ecr.aws/t3w2s2c9/inbucket:3.0.3
  • h

    hankg

    08/30/2022, 3:20 PM
    oh and I was going from an Intel Linux to Apple Silicon macOS system. All good so far both on the standing up of the back end and the Flutter apps "just working".
  • o

    Olyno

    08/30/2022, 3:21 PM
    Hi This channel is not really appropriate to ask help. Please ask in #1006358244786196510
  • h

    hankg

    08/30/2022, 3:22 PM
    I'm not asking for help
  • h

    hankg

    08/30/2022, 3:22 PM
    I'm just sharing a positive story about my usage of the product.
  • t

    trebor

    08/30/2022, 4:33 PM
    any self-hosters running a supabase kubernetes cluster?
  • t

    trebor

    08/30/2022, 4:33 PM
    Would love to compare notes lol
  • o

    Olyno

    08/30/2022, 4:59 PM
    Nevermind then, in your formulation of the error, I thought you had asked for indirect help
  • c

    connection01

    08/30/2022, 5:08 PM
    Is it not possible to create
    Database Webhook
    on
    auth.users
    ?
  • g

    garyaustin

    08/30/2022, 5:11 PM
    As the poster right above you got told please ask in help.
  • s

    Shaf

    08/30/2022, 6:36 PM
    const { data, error } = await supabase .from('users') .insert([ { some_column: 'someValue' }, { some_column: 'otherValue' }, ]) does this actually return data or is always undefined?
  • g

    garyaustin

    08/30/2022, 6:37 PM
    As the last two posters have been asked, please ask help questions in help, it is better for all users for future context.
  • h

    hankg

    08/30/2022, 6:37 PM
    All good. I was just over excited about how seamless the whole process was to move development machines. I set aside a whole morning for figuring it out and it essentially just worked :).
1...252253254...392Latest