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

    jmihc

    11/18/2022, 7:27 AM
    well dang, I think I'll just move forward on this then 😆
  • e

    Elfhild

    11/18/2022, 7:28 AM
    You can create the tables / fields on supabase dashboard
  • k

    Kamael愛

    11/18/2022, 8:10 AM
    help? it's stuck here.
  • w

    Wraith

    11/18/2022, 8:14 AM
    Is it possible to host our own postgresql and let supabase use it?
  • w

    Wraith

    11/18/2022, 8:16 AM
    Also what is the server requirements for self host
  • w

    Wraith

    11/18/2022, 8:47 AM
    Also what will happen if I exceed 500mb in database under Free Plan ?
  • w

    Wraith

    11/18/2022, 8:48 AM
    Is it possible to use Free Plan + pay as you go ?
  • w

    Wraith

    11/18/2022, 10:01 AM
    Anyone?
  • m

    mokodeoz

    11/18/2022, 10:37 AM
    Hi everyone, one question: Concurrent Peak Connections limit are calculated based on topic, table or database?
  • j

    Jason Creviston

    11/18/2022, 12:01 PM
    They have a few openings https://boards.greenhouse.io/supabase
  • s

    sphinxlike

    11/18/2022, 12:43 PM
    What is the database space's content? Because I do not have any entries in my tables but space is 38.94/512 MB. I try to understand. Yesterday was 29/512, today is 35/512. I didn't do anything last 2 days.
  • g

    GaryLake

    11/18/2022, 1:53 PM
    RLS (Row Level Security) is going to bite you on the ass in my opinion – it's a good thing, but if it's not something you're already familiar with it can be pretty impenetrable (this is a Postgres thing not just Supabase). I managed to work things out for for single table queries and I did get one join working as well – but in the end I've largely ended up leaving RLS on for all tables but with no policies, and then exclusively using database functions via .rpc() – you'll need to manage your own user checks so there's a burden on you to not create security holes, but RLS was just a massive issue for me in terms of documentation and good examples to work from. I've got some chunky joins I need to do and I couldn't get a decent RLS policy going for love nor money. At one point I thought it clicked but nope 😅 So yeah, categorically don't disable RLS for tables unless they are genuinely public but good luck if you need to any kind of complex multi table joins in RLS – I don't think it's Supabase's responsibility to provide more docs/examples on this but it would help!
  • t

    Terry

    11/18/2022, 2:14 PM
    Hey all! #1030472924743868416 again, if anyone has any PRs or Issues they'd like to chat about!
  • g

    garyaustin

    11/18/2022, 2:19 PM
    Several of you are asking help, feature questions. You need to ask those in #1006358244786196510
  • j

    jmihc

    11/18/2022, 3:28 PM
    I really appreciate your response as I was pretty sure there would be some gnarly elements to setting up multi table scenarios. I'll get reading up on RLS and the rest of the docs.
  • u

    Unknown Member

    11/18/2022, 7:41 PM
    I'm still in the honeymoon phase w/ Supabase , and yeah the learning curve is imo much higher than let's say Firebase, but for me it's a really good thing because it enforces you to learn and become experts on the specifics of technologies that encompasses Supabase. ❤️
  • r

    Riebel

    11/18/2022, 8:47 PM
    Hey everyone! Is it possible to develop with a hosted supabase.com project and when finished migrate it to self-hosted it via docker/kubernetes including all functionality (edge functions, triggers..)?
  • e

    Elfhild

    11/18/2022, 11:34 PM
    self-hosted don`t have many features
  • r

    Riebel

    11/19/2022, 12:37 AM
    @Elfhild I see, i assumed that the hosted platform just has a more advanced version of studio tool to configure and monitor things and i could then somehow use the generated configuration for my self hosted supabase as the underlying architecture should be similar.
  • e

    Elfhild

    11/19/2022, 1:58 AM
    i`m using only database, realtime and authentication and it don`t have backup for database
  • e

    Elfhild

    11/19/2022, 1:58 AM
    if we could only extend the studio
  • e

    Elfhild

    11/19/2022, 1:58 AM
    i think adding backup is easy on studio with s3 backend
  • g

    garyaustin

    11/19/2022, 2:05 AM
    What is in self hosted or not is really better in #1006358244786196510 , but the major non UI things you have to deal with are edge functions (which are pretty much Deno functions), and webhooks (which can be replaced by triggers and pg_net or pg_http). Currently the new realtime has not been rolled in, but the old v1 version is still there. The comments I see is that realtime is being worked on, but it was more work than they anticipated. Then I guess the next thing people ask about is having multiple instances, and pretty clear that is not coming to self hosted. The UI is still being worked on, but it has been made clear non database things are not in the plans near term for studio. Even though postgres functions and trigger UI are not there, they work with SQL or 3rd party tools just fine.
  • g

    garyaustin

    11/19/2022, 5:18 PM
    Please ask help questions in #1006358244786196510
  • a

    Anurag

    11/19/2022, 5:24 PM
    is supabase down? getting this
  • g

    garyaustin

    11/19/2022, 5:26 PM
    Mine are all up. US-East and US-West.
  • k

    KTibow

    11/19/2022, 6:49 PM
    took me forever to realize this was a link
  • k

    KTibow

    11/19/2022, 8:35 PM
    has anyone made a premade library to keep track of a table in realtime
  • g

    garyaustin

    11/19/2022, 9:12 PM
    @jdgamble555 has something that he mentions that in... https://code.build/p/GZ6ioN6YzcpDwNwGNnDpEn/supabase-subscriptions-just-got-easier Not sure if he implemented yet or not. I've not used it, but he seems to know his way around realtime. The biggest issue with keeping track of a table is you have to reload it every time (or have smart logic to reload it) realtime drops connections which is common on a mobile device especially.
  • s

    szhang

    11/20/2022, 12:41 AM
    is there a cargo crate for supabase?
1...295296297...392Latest