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

    Luv

    12/03/2022, 4:28 PM
    seems about right. Was going through discord's Forum update and Dev integrate support, doesn't seem to have any kind of special info, other than
    member count
    and
    message count
    .
  • l

    Luv

    12/03/2022, 4:32 PM
    though a work around could be to make a bot send a sepcific message with a flag in the forum itself whenever someone joins that specific forum, and then later it can count the number of messages, with the flag present, and show it as a number of unique views.
  • l

    Luv

    12/03/2022, 4:34 PM
    though there's a lot of issues, mainly performance and the only way one could join the forum would be either by following or messaging. So i don't see it as a feasible soln.
  • l

    Luv

    12/03/2022, 4:43 PM
    or watch for number of clicks on the forum
  • n

    neneodonkor

    12/03/2022, 5:14 PM
    That sounds way better than help.
  • o

    Olyno

    12/03/2022, 5:15 PM
    We already tried it: #843999948717555735
  • o

    Olyno

    12/03/2022, 5:16 PM
    If you look in the last 3 messages, that's the same issue, they didn't get any answer :/
  • n

    neneodonkor

    12/03/2022, 5:17 PM
    General....hmmm...🤔
  • o

    Olyno

    12/03/2022, 5:18 PM
    Yeah, we named it "help" in a first place, but because people was asking in this channel too, we named it "general", but it didn't fix the issue
  • n

    neneodonkor

    12/03/2022, 5:20 PM
    Sorry to sound annoying. But I think he suggested the name: questions.
  • o

    Olyno

    12/03/2022, 5:20 PM
    Oh, so renaming #1006358244786196510 to #questions?
  • g

    garyaustin

    12/03/2022, 5:21 PM
    A good transition might be
    help & questions
  • l

    Luv

    12/03/2022, 5:28 PM
    or just
    queries
  • g

    garyaustin

    12/03/2022, 5:29 PM
    Oh let's not use queries in a database forum 😎
  • l

    Luv

    12/03/2022, 5:30 PM
    i laughed at it way more than I should have
  • l

    Luv

    12/03/2022, 5:32 PM
    the japanese channel seems to be doing fine.
  • q

    quentin_guerrier

    12/03/2022, 10:04 PM
    Hello, i use supabase for a professional project. i want to have a supabase dev env and a prod dev env i want to know how to do and have some inputs by person who did it thanks 😉
  • m

    mqp

    12/03/2022, 10:26 PM
    so if i just started using supabase and i have, say, half a dozen random low-priority questions that i would be happy to chat about (true), the recommendation is that i should make half a dozen help threads?
  • m

    mqp

    12/03/2022, 10:26 PM
    i guess i will go do that and see what happens
  • m

    mqp

    12/03/2022, 10:30 PM
    oh there's also a 5 minute slowmode that's slightly annoying
  • o

    Olyno

    12/03/2022, 10:51 PM
    Hey Supabase offers a selfhost version for dev environment, with migrations.... i would recommand to use it
  • o

    Olyno

    12/03/2022, 10:53 PM
    It's to avoid spamming. If you have an idea on how we could improve the system, we're open :p
  • m

    mqp

    12/03/2022, 10:54 PM
    probably not any useful idea
  • m

    mqp

    12/03/2022, 10:57 PM
    here's some chit chat -- i'm currently working on a web app that is attempting to migrate from cloud firestore to supabase, for all the usual reasons. i ended up writing some code to try to make supabase a read replica of firestore using some fishy triggers, which i believe i have working well, and now we'll probably migrate the code that does reads over piece by piece (this is high priority because money) and then writes, and then turn off firestore -- at least that's my plan. if anyone else has experience doing this i would be curious to chat about our different approaches. i'm also probably going to migrate the auth in some clever way so that i can apply RLS to people who are logged in via firebase auth
  • r

    Rortan

    12/03/2022, 11:48 PM
    does .insert() prevent sql injections?
  • r

    Rortan

    12/03/2022, 11:49 PM
    like do i have to worry about an user input going straight to the row
  • o

    Olyno

    12/03/2022, 11:50 PM
    For security purposes, i think Supabase already does it for you
  • r

    Rortan

    12/03/2022, 11:53 PM
    oh yep i just found this discussion
  • g

    garyaustin

    12/03/2022, 11:55 PM
    It has to, as you can't control what the user can send to the database in the client.
  • q

    quentin_guerrier

    12/04/2022, 12:48 AM
    Hello thanks, i saw that selfhosting is hard to implement that true ?
1...306307308...392Latest