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

    garyaustin

    10/18/2022, 10:15 PM
    I think that link is it. Have not looked at github.
  • j

    jensen

    10/18/2022, 10:26 PM
    API docs for v2 here https://supabase.com/docs/reference/javascript/subscribe
  • j

    jensen

    10/18/2022, 10:28 PM
    But the quickstart gives you good examples for presence whereas the v2 api ref only really shows db changes
  • g

    garyaustin

    10/18/2022, 10:29 PM
    Just to make sure I'm seeing the same thing, there is nothing on presence or broadcast in the reference page you linked, at least on my end.
  • j

    jensen

    10/18/2022, 10:29 PM
    Correct, it only shows pg changes
  • j

    jensen

    10/18/2022, 10:29 PM
    and the guide has precense examples
  • g

    garyaustin

    10/18/2022, 10:30 PM
    The quickstart I linked? or is there another.
  • j

    jensen

    10/18/2022, 10:30 PM
    Yeah that is the best supabase resource
  • j

    jensen

    10/18/2022, 10:30 PM
    I have an example that uses precense with v2 here https://github.com/jensen/supabooked/blob/54e64c906f36c2b4ffb2c085babab742a35f7b1c/src/context/status.tsx#L23
  • g

    garyaustin

    10/18/2022, 10:30 PM
    OK. Thanks
  • j

    jensen

    10/18/2022, 10:31 PM
    but had to cobble it together with those two docs
  • i

    ixxie

    10/18/2022, 10:31 PM
    cheers @jensen and @garyaustin
  • j

    jon.m

    10/19/2022, 12:58 AM
    Is there a place where you can do something like this on the supabase dashboard and see the notice outputs
    Copy code
    sql
    do $$
    begin
       for counter in reverse 5..1 loop
          raise notice 'counter: %', counter;
       end loop;
    end; $$
  • g

    garyaustin

    10/19/2022, 1:00 AM
    Please ask these type questions in #1006358244786196510.. Try raise log ..... and look in the database postgres logs.
  • s

    sandr

    10/19/2022, 12:12 PM
    Hey, I was just looking into the architecture of Supabase but don't understand the docker-compose and kong configuration file completely. In these files, containers are targeted as a 'hostname', it seems. For example:
    POSTGREST_URL: http://rest:3000
    in docker-compose.yml. I'm unfamilar with this strategy in Docker. Can someone point me to where or how these domainnames are translated to their respective container IP (if that is what happens)? Is there some local DNS-server running that I am not aware of? Very curious, thanks!
  • h

    HyperFX

    10/19/2022, 1:05 PM
    #1032278038416732191 pls
  • g

    garyaustin

    10/19/2022, 1:24 PM
    All, Please ask help oriented questions in #1006358244786196510 And @HyperFX please do not double post. If everyone did that, especially in minutes of posting in #1006358244786196510, this thread would be filled with useless info. If someone is familiar with the environment you are asking about they will find it in help without the double post.
  • l

    LEGEND

    10/19/2022, 1:32 PM
    hi
  • h

    HyperFX

    10/19/2022, 1:35 PM
    Ok
  • h

    HyperFX

    10/19/2022, 9:08 PM
    Is it possible to use auth with a c#/wpf app?
  • h

    HyperFX

    10/19/2022, 9:28 PM
    @garyaustin sorry for ping idk if it’s allowed but do you know
  • h

    HyperFX

    10/19/2022, 9:28 PM
    It’s kinda urgent
  • t

    teiki

    10/20/2022, 4:22 PM
    I've got a problem with Auth in supabase
  • t

    teiki

    10/20/2022, 4:23 PM
    verifyOth method gives out an error, as unknown fuction
  • g

    garyaustin

    10/20/2022, 4:31 PM
    Please ask or follow up in #1006358244786196510 . I'm assuming that is a typo and you mean verifyOtp. Most of these errors we are seeing right now are using v1 or v2 client with the opposite syntax in your code. Edit in v1 it was verifyOTP versus verifyOtp in v2.
  • s

    st843

    10/20/2022, 11:05 PM
    hello! πŸ‘‹ I have some questions related to the recruitment process at Supabase, where I could ask them? thanks in advance πŸ˜„
  • g

    garyaustin

    10/20/2022, 11:08 PM
    Please don't double post, if someone has an answer for you they will find it help where you posted just 4 hours ago. This is mainly a users helping users forum. Have you looked at: https://boards.greenhouse.io/supabase
  • s

    st843

    10/20/2022, 11:08 PM
    sorry i just feel that one is more engineering related, not as much the topic i was adding πŸ˜…
  • s

    st843

    10/20/2022, 11:08 PM
    i can delete the post if that's preferable πŸ”¨
  • g

    garyaustin

    10/20/2022, 11:10 PM
    It is already posted and I had to take time to reply. So it does not matter about deleting it now. If you have more detail on what you want and think a user can help (or a random employee who might see it) then add more info in your original post. Thanks!
1...276277278...392Latest