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

    Blendguin

    11/05/2022, 1:53 AM
    ~~Hi, can someone help me by explaining why the PresenceState contains a list of Presence for each entry? I found a help post here but without answer~~Updated post because I found the answer https://discord.com/channels/839993398554656828/1023275995391856741
  • g

    garyaustin

    11/05/2022, 3:27 AM
    Rest in peace supabase_admin 😢
  • o

    osener

    11/05/2022, 9:46 AM
    what do you use to get visibility to events such as user signups on Supabase? I would like to have something like Slack or Discord notifications to have visibility over some events. Not for anything serious, mostly to see people use my app and get motivated Is there an easy way to do this without having to build custom triggers and chatbots?
  • k

    kingweb

    11/05/2022, 1:24 PM
    i tried self hosted supabase it does not have a authentication for dashboard.. is this even production ready? how can i use it if there is no authentication for dashboard? i am using the docker container. i want to use it for my website. need help
  • d

    dev Joakim Pedersen

    11/05/2022, 3:12 PM
    My colleague has an issue that he get's kicked out all the time from supa, and has to login again. anyone else experience this ? It has not happened to me
  • t

    TD

    11/06/2022, 12:25 AM
    this feels broken...
  • t

    TD

    11/06/2022, 12:25 AM
    tabs do nothing onClick
  • t

    TD

    11/06/2022, 12:26 AM
    Chrome/Brave
  • t

    TD

    11/06/2022, 12:26 AM
    no console errors
  • t

    TD

    11/06/2022, 12:26 AM
    https://supabase.com/docs/guides/api#rest-api
  • g

    garyaustin

    11/06/2022, 12:26 AM
    I've reported that with hash in the url
    #rest-api
    https://github.com/supabase/supabase/issues/10096
  • t

    TD

    11/06/2022, 12:27 AM
    yup, thats the one.. thankya
  • t

    TD

    11/06/2022, 12:29 AM
    ❤️
  • z

    ZaDeR47

    11/06/2022, 1:47 AM
    thanks thanks! The fireship guy is a good friend irl - so we've been having fun with it 🙂
  • h

    Hege

    11/06/2022, 7:19 AM
    Would it be possible for someone to snoop out the anon key from the supabase object?
  • k

    kingweb

    11/06/2022, 7:31 AM
    how to stop supabase containers without any container volumes getting erased?
  • k

    korayem

    11/06/2022, 2:00 PM
    algolia needs more love 👀
  • k

    kingweb

    11/06/2022, 2:40 PM
    how to add a if condition in this function ? azure needs extra scope {scopes: 'email'} to work, while no other providers need this scope. if i enable azure, my other oauth providers fails. how to fix this issue? supabase.auth.signIn({ // provider can be 'github', 'google', 'gitlab', and more provider: 'github' })
  • g

    garyaustin

    11/06/2022, 2:50 PM
    A lot of help questions being asked here, you need to use #1006358244786196510 for questions or guidance.
  • d

    Deleted User

    11/06/2022, 5:24 PM
    i believe you don't even need the supabase object for this, you can make a supabase request and take a look at the api key header. this key is meant to be public
  • u

    \ ឵឵឵

    11/06/2022, 6:01 PM
    What are folks out there using for integrating Supabase with a React/Next application? The supabase client itself is for sure a great start, but I would be particularly interested to know if anyone has gotten good value out of using it in combination with Redux/RTK Query, React Query, Apollo, etc. Not mandatory, but definitely a big plus if there's anything out there that leverages Supabase realtime as well, e.g. as a trigger for query cache invalidation.
  • k

    kingweb

    11/06/2022, 6:05 PM
    Use your JWT_SECRET to generate a anon and service API keys using the JWT generator. (Mentioned in https://supabase.com/docs/guides/hosting/docker) Where can I generate this JWT secret?
  • g

    garyaustin

    11/06/2022, 6:06 PM
    All, please ask help questions in #1006358244786196510
  • k

    kingweb

    11/06/2022, 6:13 PM
    Why is supabase using algolia?
  • a

    Askar

    11/06/2022, 7:13 PM
    if anyone from the team or anyone knowledgeable could take a look at the latest question `How to Store and Retrieve..." that would be great, been struggling for over a week now
  • z

    ZaDeR47

    11/06/2022, 9:47 PM
    just noticed this too!
  • z

    ZaDeR47

    11/06/2022, 10:04 PM
    Was just working through the auth flow for a typical React app (just all client-side, no remix/next yet). I had some basic implementation of the React
    Context
    API to set user info (both from the
    SupabaseClient.getSession()
    call and from a table on the public schema I'm using for additional user stuff like usernames). Intellisense hit on:
    import { UserContextProvider } from "@supabase/auth-ui-react/dist/esm/src/components/Auth/UserContext";
    - do you think most devs would expect to use this? or is this just internals for the
    Auth
    component?
  • k

    kingpeppe

    11/07/2022, 11:56 AM
    Is it possible to generate types without using the supabase cli?
  • k

    kingpeppe

    11/07/2022, 11:58 AM
    I tried to get the supabase cli working in my project but I can't figure it out. My project already uses supabase, but to get the cli to work, I did
    supabase init
    and then
    supabase start
    which gave me the following error > ➜ supabase start > Error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? > in github.com/supabase/cli/internal/utils.AssertDockerIsRunning:41 > in github.com/supabase/cli/internal/start.Run:43 > Try rerunning the command with --debug to troubleshoot the error.
  • k

    kingpeppe

    11/07/2022, 11:58 AM
    The docs don't say anything about installing or setting up docker
1...285286287...392Latest