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

    jonny

    11/08/2021, 6:20 AM
    If you wanted to, you could use supabase-js server side but use the service key rather than the anon key
  • i

    iamvp7

    11/08/2021, 1:24 PM
    Postgres Multiple Schema support is amazing. kudos to team working on it.
  • c

    copple

    11/08/2021, 1:41 PM
    haskell chat
  • s

    silentworks

    11/08/2021, 1:43 PM
    The correct link is https://supabase.io/blog/2021/11/05/supabase-beta-october-2021
    c
    • 2
    • 1
  • c

    copple

    11/08/2021, 1:45 PM
    The October Blog Post is out! https://supabase.io/blog/2021/11/05/supabase-beta-october-2021
  • h

    HarryET

    11/08/2021, 9:31 PM
    Thanks for the mention ❤️ I have a couple more providers on the horizon for this month 👀
  • j

    jon.m

    11/09/2021, 3:51 AM
    anyone have a link to a reset password example? Particularly how to detect the token and display the reset password form?
  • n

    naegelin

    11/09/2021, 4:10 AM
    Is there a known issue with redirectTo in the signUp api ? I'm doing this:
    Copy code
    const { user, session, error } = await supabase.auth.signUp({
            email: email,
            password: password,
        }, {
            data: {
                phone: phone,
                name: name,
                company: company
            },
    
            redirectTo: config.BASE_URL + "/api/registration/activate"
    
        }
        );
    and the URL in redirectTo is listed on the dashboard under
    Additional Redirect URLs
    No matter what the email that shows up always contains just the base URL in the redirect_to query param
    s
    • 2
    • 8
  • e

    erik_flywheel

    11/09/2021, 7:05 AM
    We're building a supabase password reset as a service right now... A simple hosted password reset form for supabase projects. We have several and finally decided to build a single form for it. Should be available this week
  • f

    fuzzybearz

    11/09/2021, 7:06 AM
    Hi all, wanted to ask a few questions, we're looking to use supabase to develop once for both our on-site self-hosted solution and cloud solution. - For Supabase self-hosted, is there a timeline for when the UI is ready? I saw this only: https://github.com/supabase/supabase/pull/2281 - For Supabase Cloud, can we bring our own cloud provider (GCP) for everything? Secondly, if we can't, can we use our own managed postgres, object storage and docker volume cloud services? - Is there anyway for us to develop on Supabase Cloud and have an easy way to migrate to a self-hosted on-site?
  • u

    ! Class self.PythonAddict = True

    11/09/2021, 8:28 AM
    hi
  • u

    ! Class self.PythonAddict = True

    11/09/2021, 8:28 AM
    sup everyone
  • s

    silentworks

    11/09/2021, 8:43 AM
    Redirect to
  • j

    jon.m

    11/09/2021, 1:54 PM
    I feel it’s doable on my end. I appreciate the contribution though!
  • s

    smarcet

    11/09/2021, 5:16 PM
    hey guys
  • s

    smarcet

    11/09/2021, 5:16 PM
    we are having issues with our supa instance
    s
    • 2
    • 1
  • s

    smarcet

    11/09/2021, 5:16 PM
    is going doing again and again
  • n

    naegelin

    11/09/2021, 5:17 PM
    best to describe the issue in detail so when people are around they can respond
  • c

    Cris Acosta

    11/09/2021, 6:00 PM
    Hi Guys!
  • c

    Cris Acosta

    11/09/2021, 6:01 PM
    I need change password from a user, but on the URL, has a /#access_token and I don´t get this value PHP, JS, nothing get this fragment
    s
    s
    • 3
    • 6
  • s

    silentworks

    11/09/2021, 7:55 PM
    Supabase instance issue
  • m

    Melon Musk

    11/10/2021, 5:55 AM
    Gusg can we use typeorm with supabase database
    s
    • 2
    • 2
  • u

    0xAvneesh

    11/10/2021, 6:00 AM
    🤔
  • a

    Ansh Rathod

    11/10/2021, 7:41 AM
    how can create a table with a query in my flutter app?
    s
    • 2
    • 2
  • s

    silentworks

    11/10/2021, 10:29 AM
    TypeORM with Supabase
  • s

    silentworks

    11/10/2021, 10:32 AM
    Creating a table from inside of Fltter
  • u

    user

    11/10/2021, 12:14 PM
    What's the best way to accomplish a many-to-many query of a table to itself. Example is "related products". This PostgREST issue describes it well: https://github.com/PostgREST/postgrest/issues/1907
  • t

    Terry

    11/10/2021, 12:51 PM
    👋 I've got a Profiles table and the built-in auth.users table. Wondering how I can access the email addresses in that table?
  • t

    Terry

    11/10/2021, 12:52 PM
    I want to add a "Contact this user" feature. But not sure the proper way of getting a user's email address from that auth table
  • t

    Terry

    11/10/2021, 12:54 PM
    I think I'm not supposed to touch the auth table at all? https://github.com/supabase/supabase/discussions/1282
1...130131132...392Latest