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

    silentworks

    03/21/2023, 11:50 AM
    It should or at least a version of it should
  • q

    Quazar

    03/21/2023, 4:22 PM
    total newb, first local install. What is the database password please?
  • s

    silentworks

    03/21/2023, 4:23 PM
    You can't link to local as the supabase cli would already be running on local
  • q

    Quazar

    03/21/2023, 4:23 PM
    thanks!
  • s

    silentworks

    03/21/2023, 4:23 PM
    The default password is
    postgres
    for local database
  • q

    Quazar

    03/21/2023, 4:23 PM
    cool man ty
  • s

    silentworks

    03/21/2023, 4:24 PM
    supabase link
    is used for remote projects
  • q

    Quazar

    03/21/2023, 4:24 PM
    oh duh I got past that command last night, late šŸ™‚
  • q

    Quazar

    03/21/2023, 4:29 PM
    baby step forward, curl does not error... but it hangs
    Copy code
    curl --request POST 'http://host.docker.internal/functions/v1/hello' \
      --header 'Authorization: Bearer mykey' \ 
      --header 'Content-Type: application/json' \
      --data '{ "name":"Vijit" }'
    Feels like maybe a windows firewall issue but idk?
  • q

    Quazar

    03/21/2023, 4:33 PM
    I might guess we can't test edge functions locally except for this clue
  • Supabase when you use it with a mobile
    a

    AntDX316

    03/21/2023, 9:16 PM
    Supabase, when you use it with a mobile browser, even on desktop it doesn't work properly. You cannot edit data in tables. You have to have a desktop.
    g
    s
    v
    • 4
    • 5
  • p

    pax

    03/21/2023, 11:36 PM
    https://news.ycombinator.com/item?id=35253868
  • a

    AntDX316

    03/23/2023, 7:25 AM
    Supabase is great, can you guys ensure it always lives?
  • v

    VuNguyen

    03/23/2023, 12:48 PM
    I like the old checkbox more than this
  • r

    Razoth

    03/23/2023, 3:43 PM
    since its open source, you can do that yourself
  • m

    Merovingian

    03/23/2023, 9:03 PM
    Hi, I mixed two of your example repos and built that; It is a fully functional Todo App , You can login & register, add todo, update profile etc.. https://github.com/furkananter/rnexposupabase
  • m

    Merovingian

    03/23/2023, 9:04 PM
    You can add that repo to your website if you want šŸ™‚
  • a

    AntDX316

    03/23/2023, 11:11 PM
    how?
  • m

    mqp

    03/23/2023, 11:29 PM
    hey @garyaustin i tried to use RLS and instantly ran into this same problem you ran into, where the planner seems incapable of hoisting calls to
    stable leakproof
    functions in RLS policies. did you ever find any way to make this work? https://github.com/supabase/supabase/discussions/9311
  • m

    mqp

    03/23/2023, 11:45 PM
    hmm, when i test in some cases they are, though. seems complicated :<
  • g

    garyaustin

    03/23/2023, 11:56 PM
    No, and I stopped looking at it because the security patch taking away superuser blocked me from doing my testing. That is now possible again, plus the API now has explain. Steve from Supabase also had no further suggestion other than you see in that discussion.
  • j

    jabza

    03/24/2023, 1:17 AM
    Any recommendations for supabase react libs for use with SWR or similar? I’m aware of the supabase cache helpers which is cool
  • l

    Lukas

    03/24/2023, 1:18 AM
    Why does supabase reccomend uuid_generate_v4 instead of v5?
  • a

    AntDX316

    03/24/2023, 8:56 AM
    Supabase is awesome 🄹 ty developers
  • r

    Razoth

    03/24/2023, 11:32 AM
    do you guys flush the help channel on a regular basis? i cant seem to find my older questions and wanted to look up a response.
  • r

    Razoth

    03/24/2023, 11:42 AM
    can you link me to a post or the issue, what changed to make something like ALTER ROLE possible again?
  • r

    Razoth

    03/24/2023, 11:43 AM
    i searched through github, the docs, changelog and blogpost and couldnt find info on a change
  • r

    Razoth

    03/24/2023, 11:43 AM
    but i tried it and it just works šŸ˜„
  • g

    garyaustin

    03/24/2023, 11:54 AM
    It might be buried in this https://github.com/supabase/supabase/discussions/9314 but someone could have let me know. The alter role I think is limited, maybe to just anon and authenticated from Postgres.
  • r

    Razoth

    03/24/2023, 11:57 AM
    https://supabase.com/docs/guides/database/timeouts ran that again and it works.
1...365366367...392Latest