https://supabase.com/ logo
Join Discord
Powered by
# help
  • p

    puemos

    12/31/2021, 7:36 PM
    Hey there πŸ‘‹ I'm trying to add OAuth to a Supabase app, I'd like to handle the login on the server-side, the issue is that Supabase is sending the callback with
    #
    instead of query params, any idea how to approach it? **Example**:
    http://localhost:3000/login#access_token=ooo&expires_in=3600&provider_token=ooo&refresh_token=ooo&token_type=bearer
    k
    i
    a
    • 4
    • 4
  • k

    ktosiek

    12/31/2021, 11:10 PM
    hash vs query param
  • j

    jmsunseri

    01/01/2022, 8:59 AM
    is it possible to set up cascading deletes from the supabase table editor UI?
  • j

    jmsunseri

    01/01/2022, 9:43 AM
    how is it possible that altering the foreign key on a table would delete the data in my table.
  • j

    jmsunseri

    01/01/2022, 9:44 AM
    what a waste of fucking time supabase is
  • j

    jmsunseri

    01/01/2022, 9:45 AM
    i done with this shit
  • u

    unsuitable001

    01/01/2022, 12:20 PM
    Hey, I have a Supabase table that contains an array of strings. I'm using supabase python. What's the best way to append/delete content from that array? I don't want to pull the array then modify it then push the updated array once again. Can we do this without pulling the whole array?
    t
    • 2
    • 2
  • t

    tourdownunder

    01/01/2022, 1:16 PM
    postgres arrays
  • a

    Anoushk

    01/01/2022, 2:04 PM
    query issue python
    j
    u
    +4
    • 7
    • 63
  • c

    coozamano

    01/01/2022, 9:10 PM
    How can I make a ticket for support?
  • o

    oliviercp

    01/02/2022, 5:38 AM
    Does any one know if there is a way to get who uploaded a specific file in a given bucket?
  • o

    oliviercp

    01/02/2022, 6:05 AM
    like a created_by field
  • a

    Anoushk

    01/02/2022, 6:40 AM
    is it a problem if some queries using the supabase client you used '' and some you used ""
    k
    • 2
    • 3
  • a

    Anoushk

    01/02/2022, 6:41 AM
    because postgres doesnt allow this
  • m

    mattposgate

    01/02/2022, 7:28 AM
    Hmmm, I'm thinking if only auth had another couple of methods to support sign-up emails containing a conf code instead of a link: auth.confirmSignUpConfCode(email, confCode) where confCode is a 6-8 char conf code auth.resendSignUpConfCode(email) (plus obviously the server changes too)
  • k

    ktosiek

    01/02/2022, 9:51 AM
    vs
  • s

    Savio

    01/02/2022, 2:13 PM
    Yo!
  • s

    Savio

    01/02/2022, 2:13 PM
    I need a help
  • s

    Savio

    01/02/2022, 2:14 PM
    I setuped twitter auth in my app and I get back these things
  • s

    Savio

    01/02/2022, 2:14 PM
    How to get the bearer token from this? so I can call twitter API on behalf of the user
  • s

    Savio

    01/02/2022, 2:15 PM
    any help is greatly appreciated πŸ™‚
  • i

    Isaiah

    01/02/2022, 5:45 PM
    I need help getting started with local development for studio. more info in the discussion https://github.com/supabase/supabase/discussions/4698
    s
    f
    n
    • 4
    • 7
  • s

    Scott P

    01/02/2022, 6:05 PM
    Studio - local dev
  • d

    dreinon

    01/02/2022, 6:14 PM
    access_token looks like a jwt, so it should be that
  • k

    ktosiek

    01/02/2022, 6:52 PM
    isn't that the provider_token? It should be useable short after getting it. There will be problems with refreshing it, there's an issue about the somewhere in the supabase GH.
  • k

    ktosiek

    01/02/2022, 6:53 PM
    access_token is a JWT, but it's only good for Supabase APIs - not for the auth provider.
  • a

    akshg05

    01/02/2022, 7:17 PM
    Hi guys. Been trying Supabase lately since yest and it's cool so far. I'm kinda stuck with an issue.
  • a

    akshg05

    01/02/2022, 7:21 PM
    So I'm trying querying a table which has zero rows and trying to check if a record with an ud exists or not. The query is returning data which is neither null nor undefined or an empty array. What does a select query return in Supabase js if it finds no relevant rows. I tried searching the docs but couldn't find much about this.
    k
    • 2
    • 6
  • j

    jon.m

    01/03/2022, 2:55 AM
    When I run pg_dump in the Supabase dashboard SQL editor, I get a syntax error. Is this the appropriate place to run the command?
  • a

    akshg05

    01/03/2022, 4:38 AM
    Can someone guide me to resources where I can learn how to return data by joining tables? The official docs barely speak much.
1...181182183...316Latest