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

    Xyo

    07/27/2021, 2:09 PM
    I'm running some stuff on Vercel, same region as the Supabase instance. Browser -> Vercel -> Supabase, everything is super fast.
  • k

    Kosh

    07/27/2021, 2:14 PM
    Hi folks, does realtime already support listening to a table with specific filters? i'm referring to something like
    Copy code
    _supabase.client
       .from("$NOTIFICATIONS_DB:creator_id=eq.$uid")
       .on(SupabaseEventTypes.all, callback)
    above wont trigger any events until I listen to the whole table changes and do filters manually.
  • m

    M1K3

    07/27/2021, 2:18 PM
    I really like that supabase has a relational database
  • m

    M1K3

    07/27/2021, 2:18 PM
    that's pretty much why im using it over firebase
  • s

    Scott P

    07/27/2021, 2:20 PM
    It might be best to ask in one of the specific language channels, such as #869410418567831602 or #869406062036529193
  • b

    burggraf

    07/27/2021, 2:34 PM
    https://supabase.io/docs/reference/javascript/subscribe see the bottom of this page
  • w

    weepy

    07/27/2021, 2:35 PM
    Hi - I want to broadcast events that don't need to be stored [i.e not quite like CHAT]. It's a music jamming app and i want to send things like start and stop on notes and update fields in objects. I guess I could do like "INSERT note" and "DELETE note" when it's finished - but this feels like it might not be the correct way ? Any thoughts here
  • x

    Xyo

    07/27/2021, 2:43 PM
    That's not really something you'd use Supabase for
  • x

    Xyo

    07/27/2021, 2:43 PM
    Just go for straight for a websocket client/server system
  • l

    Lio

    07/27/2021, 2:43 PM
    maybe but i don't mind those few ms
  • w

    weepy

    07/27/2021, 2:44 PM
    yeah makes sense ^_^
  • w

    weepy

    07/27/2021, 2:45 PM
    what does "The realtime server doesn't provide per-user security. Until we build a more robust auth system for websockets, you shouldn't use realtime on any client which is exposed to users." mean ?
  • w

    weepy

    07/27/2021, 2:45 PM
    what use is realtime if it cannot be used with users ?
  • x

    Xyo

    07/27/2021, 2:45 PM
    You can stream data 🤷‍♂️
  • x

    Xyo

    07/27/2021, 2:46 PM
    Random example: you can listen to new comments on a blog post
  • x

    Xyo

    07/27/2021, 2:46 PM
    Or stuff like that where security isn't relevant
  • f

    Flyken

    07/27/2021, 2:46 PM
    @User (sorry for the ping).... you hiring?
  • x

    Xyo

    07/27/2021, 2:47 PM
    https://supabase.io/docs/careers
  • x

    Xyo

    07/27/2021, 2:47 PM
    Though > We're on a Hiring Freeze until the end of August. You're still welcome to apply, but we might take a while to respond!
  • f

    Flyken

    07/27/2021, 2:48 PM
    ¯\_(ツ)_/¯
  • a

    a d

    07/27/2021, 2:48 PM
    what's your book about scifi ?
  • f

    Flyken

    07/27/2021, 2:49 PM
    @User nah, its about a knight whos apart of a kingdom whos VERY religious and he's got a sinful history that he's trying to escape, havne't written anything on it in awhile
  • f

    Flyken

    07/27/2021, 2:49 PM
    also, wouldn't hire me anyway, i don't know elixir, don't know TS, don't know golang
  • h

    Hal

    07/27/2021, 2:50 PM
    Waiting for storage V2
  • x

    Xyo

    07/27/2021, 2:50 PM
    Waiting for Auth V2
  • o

    Olyno

    07/27/2021, 2:50 PM
    Elixir seems so cool but it's also so hard to learn
  • f

    Flyken

    07/27/2021, 2:50 PM
    idk what it even is
  • w

    weepy

    07/27/2021, 2:50 PM
    definitely sounds like some koolaid 😉
  • x

    Xyo

    07/27/2021, 2:50 PM
    https://tenor.com/view/making-potion-baba-yaga-the-witch-of-the-woods-smite-mixing-gif-17218647
  • f

    Flyken

    07/27/2021, 2:50 PM
    im just trying to get my foot in the career ;_;
1...131415...392Latest