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

    jaitaiwan

    06/14/2022, 10:26 AM
    @DH nothing in junk Mail I assume?
  • d

    DH

    06/14/2022, 10:27 AM
    nope, nothing. I've tried several times too
  • j

    jaitaiwan

    06/14/2022, 10:27 AM
    Have you checked your project logs? I’m not sure but there might be some clues there
  • d

    DH

    06/14/2022, 10:28 AM
    just checked gmail via the web app and i can see the emails in there, must be a problem with my Outlook, thanks!
  • r

    Rahul VR

    06/14/2022, 10:29 AM
    jai, tried with those steps and still no luck https://xvnvyntlneifzyrjuijv.supabase.co/auth/v1/authorize?provider=google&state=ewogICJteV9jdXN0b21rZXkiOiAieGN4Y3p4YyIKfQ==&redirect_to=vscode://eliostruyf.vscode-auth0-authprovider
    j
    • 2
    • 5
  • r

    remc

    06/14/2022, 4:11 PM
    From what I understand, it's not yet possible to store data from a webhook into Supabase. Is this correct?
    g
    • 2
    • 7
  • g

    garyaustin

    06/14/2022, 4:37 PM
    webhook storing data
  • g

    ggggguh

    06/14/2022, 7:03 PM
    Hi all I have a table defined with default values for
    id
    and
    created_at
    and am tring to enter data as so:
    await supabase.from('pads').insert()
    but this doesn't work. is there a way of creating a record without passing anything in?
  • g

    ggggguh

    06/14/2022, 7:04 PM
    table def
    g
    • 2
    • 2
  • g

    garyaustin

    06/14/2022, 7:32 PM
    insert with no data
  • e

    eqoram

    06/15/2022, 5:38 PM
    have you heard of this: https://neon.tech/ do you think it might have an impact on supabase?
    s
    • 2
    • 1
  • t

    TinitoDev

    06/15/2022, 9:52 PM
    Hey guys, is this library production ready? https://www.npmjs.com/package/@supabase/supabase-auth-helpers
  • s

    snowshift

    06/15/2022, 10:07 PM
    Serverless Postgres
  • d

    DanMossa

    06/15/2022, 11:00 PM
    Because I'm a dummy, can someone tell me what nuances there are when using RPC regarding RLS?
    g
    s
    • 3
    • 5
  • g

    garyaustin

    06/15/2022, 11:12 PM
    rpc and rls
  • d

    DanMossa

    06/16/2022, 12:15 AM
    Is there a performance difference between match and multiple equal signs? Or does it end up getting converted to the same thing?
    g
    • 2
    • 2
  • g

    garyaustin

    06/16/2022, 12:31 AM
    match versus eq
  • s

    snowshift

    06/16/2022, 12:45 AM
    AYO I got my first Supabase PR merge in 🐣
  • y

    YANN

    06/16/2022, 12:54 PM
    Hello there, might be a stupid question but on the self hosted article () on the ``Managing your database`` section it recommends to decouple the database from the middleware, but isn't Kong + GoTrue the middleware basically ?
    s
    • 2
    • 2
  • s

    stelofo

    06/16/2022, 1:08 PM
    I'm wondering if there's a tool that generates triggers and functions for people who don't actually know SQL? (like when this happens, do this to this table column)
    s
    • 2
    • 3
  • s

    silentworks

    06/16/2022, 1:38 PM
    Decoupling the database from the middleware
  • s

    silentworks

    06/16/2022, 1:39 PM
    Tool for generating triggers and functions
  • b

    bhaskar

    06/17/2022, 1:49 AM
    Hi all. supabase newbie here. google auth shows me this error
    Copy code
    Missing or invalid credentials.
    what am doing wrong?
    g
    • 2
    • 2
  • b

    bhaskar

    06/17/2022, 1:53 AM
    Also i don't get the email when i tried to signup. it shows repeated_signups in the log though. please help me to going
  • g

    garyaustin

    06/17/2022, 2:20 AM
    Auth login with google
  • o

    Oskar

    06/17/2022, 11:19 AM
    Hi. Does anyone have problems with the Supabase dashboard? (with losing a session after log in?)
    • 1
    • 1
  • r

    Rickert

    06/17/2022, 1:55 PM
    Question: does https://github.com/supabase/supabase include the storage api? I have the feeling i need to install them separately.
    m
    g
    • 3
    • 4
  • b

    Baptiste 👉 orbis.club

    06/17/2022, 3:04 PM
    hey! I'm having some issue with using filters with JSONB with supabase, for example, let's say that I have column
    content
    with this value:
    Copy code
    {
      "body": "testing again",
      "context": [
        {
          "type": "group",
          "stream": "kjzl6cwe1jw148482np90z6odirjwf66c6h97t5z52p7a7bpcig8iju43323q7y"
        }
      ]
    }
  • b

    Baptiste 👉 orbis.club

    06/17/2022, 3:04 PM
    And I want to filter the table to get only the rows that have the stream value in the
    context
    array being equal to:
    kjzl6cwe1jw148482np90z6odirjwf66c6h97t5z52p7a7bpcig8iju43323q7y
    what would be the supabase query to achieve this?
    s
    e
    • 3
    • 3
  • m

    Milou

    06/17/2022, 5:01 PM
    @here currently no new project creation available, whats up with that?
1...233234235...392Latest