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

    hko

    02/09/2022, 9:34 PM
    Not sure I follow—`length(text)` gives the number of characters for
    text
    , while count gives the number of results for a given query?
    g
    f
    • 3
    • 4
  • j

    jonny

    02/09/2022, 11:26 PM
    roadmap
  • n

    nkeating

    02/10/2022, 4:51 AM
    Hi, how can i create admin permissions in supabase so enable myself and my cofounder to both invite new team members to our supabase instance? Right now only one of us is "owner" and can invite others. Thank you!
  • a

    anonaki

    02/10/2022, 5:32 AM
    Is there a way to use the pg_hashids extension within the supabase js functions or is pg_hashid only available when writing raw sql?
  • d

    Daveo

    02/10/2022, 2:38 PM
    Hey guys, would it be possible import over 200 million records into Supabase that is coming from a text file?
    s
    s
    • 3
    • 10
  • s

    silentworks

    02/10/2022, 5:48 PM
    Import large amount of data into Postgres
  • r

    ricky

    02/11/2022, 1:13 AM
    does oauth login work with local development? https://supabase.com/docs/guides/local-development
  • r

    ricky

    02/11/2022, 1:14 AM
    i keep getting
    "Unsupported provider: Provider is not enabled"
  • r

    ricky

    02/11/2022, 1:14 AM
    and i followed everything here https://supabase.com/docs/guides/auth/auth-discord
  • r

    ricky

    02/11/2022, 1:15 AM
    My other appli cation that users discord login works perfectly fine
  • r

    ricky

    02/11/2022, 1:23 AM
    I saw this issue but it doesnt answer the original question
  • r

    ricky

    02/11/2022, 1:23 AM
    https://github.com/supabase/supabase/discussions/2818
  • r

    ricky

    02/11/2022, 1:38 AM
    what is a gotrue config? there is no mention of anything about configuring a gotrue file in the supabase docs
  • g

    garyaustin

    02/11/2022, 1:40 AM
    See here https://github.com/supabase/cli/pull/138 being worked on if you use the CLI.
  • s

    Scott P

    02/11/2022, 1:41 AM
    Gotrue config is the env vars which are passed to the auth docker container (which is what you should have if you set it up locally)
  • r

    ricky

    02/11/2022, 1:41 AM
    so does that mean i completely ignore https://supabase.com/docs/guides/auth/auth-discord
  • r

    ricky

    02/11/2022, 1:45 AM
    im still confused. so basically all i have to do is create a .env file and put all the oauth credentials in there and it'll just work?
  • s

    Scott P

    02/11/2022, 1:47 AM
    If you've already got the containers running, then it's the docker container env vars you'll need to update - creating a .env file and hoping it works !== updating the container variables. I'd suggest looking at https://github.com/supabase/gotrue#external-authentication-providers for more details on what options can be configured. We should really have had this in the help channel too, rather than general
  • r

    ricky

    02/11/2022, 1:48 AM
    the docker container runs perfectly fine
  • r

    ricky

    02/11/2022, 1:48 AM
    ok ill take a look thanks... maybe the docs should mention all this cause i couldnt find any information about this or maybe i missed it somewhere
  • r

    ricky

    02/11/2022, 2:30 AM
    ok i added my oauth credentials to .env file but still doesnt work
  • r

    ricky

    02/11/2022, 2:31 AM
    restarted local server and still doesnt work
  • r

    ricky

    02/11/2022, 2:31 AM
    if anyone has any ideas, please send me a message. thanks
  • s

    siMo

    02/11/2022, 4:33 PM
    Is there a way to kind of export the changes made in a project (to be saved in git) so it's easy to remake the whole project from scratch?
  • y

    Yonben

    02/11/2022, 4:39 PM
    Look at migrations and what it means. It's exactly that, chagnes made in the db structure etc... 🙂
  • s

    siMo

    02/11/2022, 4:40 PM
    I'm handling migrations of the database schema, I was questioning all the changes that happen on the UI
  • y

    Yonben

    02/11/2022, 4:40 PM
    @User https://supabase.com/docs/guides/local-development#migrations 🙂
  • y

    Yonben

    02/11/2022, 4:40 PM
    What UI do you mean?
  • s

    siMo

    02/11/2022, 5:01 PM
    Like the auth client and configuration, email templates, Turning on Realtime on tables, enabling extensions, and so on
    s
    • 2
    • 2
  • s

    siMo

    02/11/2022, 5:02 PM
    like if we 2 in a team working locally, how can we sync? database dumps?
1...189190191...392Latest