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

    HarryET

    10/28/2021, 8:37 AM
    e.g.
    Copy code
    ts
    supabase.auth.signin({
    email: "email@example.com"
    }, {
    redirectTo: "aaaaaaaa.com"
    })
  • k

    Kevin Tale

    10/28/2021, 8:38 AM
    I see, I'll try it out! Thanks πŸ™‚ Also, what does the
    Additional Redirect URLs
    is used for? In the Auth -> Settings?
  • h

    HarryET

    10/28/2021, 8:43 AM
    If you read under it there is a description.
  • h

    HarryET

    10/28/2021, 8:44 AM
    If the EXACT URL isn't there it won't work in the redirectTo
  • y

    YelloJello

    10/28/2021, 9:01 AM
    How would you handle an in-app password reset without having to send a password reset link to a user? I'm referring to a user that has logged in. Typically, you'd want to know their current password as a way of authorizing a reset
  • v

    VuNguyen

    10/28/2021, 12:29 PM
    Is there cache in Supabase?
  • c

    chimon

    10/28/2021, 1:55 PM
    @HarryET are you still waiting on guidance from the Supabase team to work on the TikTok OAuth provider?
    h
    • 2
    • 8
  • h

    HarryET

    10/28/2021, 3:28 PM
    Yeah
  • v

    VuNguyen

    10/28/2021, 4:29 PM
    umm...
  • v

    VuNguyen

    10/28/2021, 4:29 PM
    can anyone help me remove duplicated rows?
    s
    • 2
    • 6
  • s

    silentworks

    10/28/2021, 5:49 PM
    Remove duplicate rows
  • c

    chimon

    10/28/2021, 6:34 PM
    OAuth Providers
  • m

    Mike92988

    10/28/2021, 7:02 PM
    I'm having some trouble with .neq() in my nodejs server, I'm trying to find all users except for a certain user type and I have the query set up with a couple of paramters in there, like a .eq(), and a .gt(), is there a specific order that I have to input these as or am I missing something?
    g
    • 2
    • 15
  • v

    Village

    10/28/2021, 7:09 PM
    Does supabase-realtime respect RLS?
  • h

    HarryET

    10/28/2021, 7:39 PM
    Not right now
  • v

    Village

    10/28/2021, 7:43 PM
    Gdarned it 😦
  • v

    Village

    10/28/2021, 7:44 PM
    Thanks!
  • h

    HarryET

    10/28/2021, 7:44 PM
    np
  • g

    garyaustin

    10/28/2021, 7:52 PM
    Order of Queries and .neq
  • y

    yourfriend

    10/28/2021, 8:28 PM
    phew, ok so i came here to ask if anyone has seen there data disappear in the db ui tool
    s
    • 2
    • 1
  • y

    yourfriend

    10/28/2021, 8:28 PM
    thankfully it's just the ui, manually querying the data shows it actually exists
  • s

    StickSeas

    10/28/2021, 8:46 PM
    Hello Supabase community. I see generateLink being mentioned on github and even here as well but I can't seem to find (like others as well) any docs on this. Is there? I would like to use this option since the supabase password recovery emails get sent to spam for many of my users.
    s
    • 2
    • 2
  • j

    Johan

    10/28/2021, 8:50 PM
    hi, i use Supabase for a project that I coded, but my database is apparently 'restoring..' my uptime monitor say that the problem is here since nine hours
    s
    • 2
    • 2
  • j

    Johan

    10/28/2021, 8:51 PM
    what can cause that and is the restore process gonna end 😭
  • j

    jonny

    10/29/2021, 1:12 AM
    It will soon. We’re working on it πŸ‘€
  • v

    Village

    10/29/2021, 1:13 AM
    https://tenor.com/view/kermit-frog-panic-frantic-yay-gif-16814992
  • v

    Village

    10/29/2021, 1:13 AM
    Any idea how soon it'll be done!?!
  • v

    Village

    10/29/2021, 1:13 AM
    It's a huge part of my app so I'm super excited for it being finished πŸ™‚
  • j

    jonny

    10/29/2021, 1:39 AM
    Me too πŸ”₯ rls real-time opens up so many possibilities. You can follow the progress on this repo https://github.com/supabase/walrus
  • v

    VuNguyen

    10/29/2021, 1:40 AM
    im using this to delete duplicate rows, also delete expired rows depending on
    airing_at
    column by compare it to current timestamp
1...120121122...316Latest