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

    stibbs

    08/09/2021, 3:33 AM
    For those using Supabase in production, I'd love to hear what/where your backend is while we wait patiently for Supabase Functions? AWS Lambda? Cloudflare Workers? Google Cloud Run? A node/go/elixir server hosted wherever?
    v
    x
    j
    • 4
    • 19
  • s

    silentworks

    08/09/2021, 9:23 AM
    This is discouraged because the
    auth
    schema should not be accessible by your app, you should add a table to the
    public
    schema and add additional data there.
  • y

    YelloJello

    08/09/2021, 10:03 AM
    did the team fix the issue with email verification where when you disable it the email is verified automatically? because i just added an email address now and it didn't, nvm they haven't fixed it with email/password signups yet
  • k

    Kosh

    08/09/2021, 11:32 AM
    could someone clarify this please?
  • y

    YelloJello

    08/09/2021, 11:47 AM
    doubt this is the case, the db and buckets don't have anything to connect them rn externally so it's likely there's nothing internally too, likely all the metadata about the files are gone
    k
    s
    • 3
    • 4
  • d

    Darkwebplayer

    08/09/2021, 11:57 AM
    hi, i'm gettting this wierd error when i try to upload an image to a bucket.Any idea what it is ? error: { statusCode: '23503', error: 'Key is not present in table "buckets".', message: 'insert or update on table "objects" violates foreign key constraint "objects_bucketId_fkey"' }
  • d

    Darkwebplayer

    08/09/2021, 12:15 PM
    fixed, it was actually a typo😅
  • c

    carlomigueldy.eth

    08/09/2021, 1:01 PM
    What type of SQL person are u
    s
    • 2
    • 3
  • u

    ! Class self.PythonAddict = True

    08/09/2021, 2:11 PM
    Hola Amigos
  • y

    YelloJello

    08/09/2021, 2:50 PM
    just curious, how much does supabase pay for auth0? would really like to know this, is spending all that $$$ worth it?
  • k

    Kosh

    08/09/2021, 3:14 PM
    @User I would definitely recommend when updating your libraries which introduces a breaking change to provide a migration process. for example supabase-flutter in the client it had a function which was returning
    Future<bool> hasAccessToken()
    and after I updated the library, basically there was no where I could find that it had been changed. just a tip for the future tho 🙂 especially with supabase 0.1.0 I see it has alot of breaking changes but nowhere in the changelog it mentioned the breaking changes.
    Copy code
    [0.1.0]
    chore: update supabase to v0.1.0
    feat: using hive to persist session by default
    this is definitely a bad developer experience and I hope this changes in the future. thanks 🙂
    h
    t
    b
    • 4
    • 52
  • y

    YelloJello

    08/09/2021, 3:27 PM
    supabase-flutter isn't maintained by the team afaik, nvm i take it back
  • d

    Deleted User

    08/09/2021, 5:46 PM
    Is there a way to sort queries? I.e by date
  • t

    tettvy

    08/09/2021, 6:05 PM
    As described here (https://github.com/supabase/supabase-py/issues/37) I'm running into issues with querying for emails. It seems the
    .
    in the email is tripping up the query. Any ideas on how to avoid/escape this?
  • d

    Dots

    08/09/2021, 6:09 PM
    Does anyone have an example of serving supabase data through express?
  • d

    Dots

    08/09/2021, 6:11 PM
    @User come through and help a homie out ❤️
  • h

    hieu

    08/09/2021, 10:52 PM
    flutter libs breaking change
  • u

    user

    08/10/2021, 3:19 AM
    This is probably not a topic of discussion, but is Supabase listed on republic? I didn't find it, so guessing it isn't a thing yet
  • v

    Volkan

    08/10/2021, 3:54 AM
    nope (1 day 🙏 )
  • v

    Volkan

    08/10/2021, 3:54 AM
    quick 5m will help them move faster, and they dont have to go pitch VCs (plus investors will do the marketing for them)
  • u

    user

    08/10/2021, 3:55 AM
    I love what they have done and how they have done, not a bad idea to invest in that rather than stocks of company I don't know how they run
  • v

    Volkan

    08/10/2021, 5:28 AM
    i shill supabase so hard, that im pretty sure i move the needle for them lol. i don't shill any public companies atm
  • r

    r"0xX4H"

    08/10/2021, 5:56 AM
    ssup
  • u

    user

    08/10/2021, 6:09 AM
    same
  • h

    harshcut

    08/10/2021, 6:17 AM
    why is
    undefined
    set as
    EMPTY
    in supabase table?
  • h

    harshcut

    08/10/2021, 6:18 AM
    Copy code
    ts
    const { data, error } = await supabase
          .from<definitions['profile']>('profile')
          .update({ full_name: name || (null as never) })
          .match({ email: user.email });
  • h

    harshcut

    08/10/2021, 6:18 AM
    i need to use this to set it to
    NULL
    .
  • x

    Xyo

    08/10/2021, 6:58 AM
    NULL isn’t undefined
  • x

    Xyo

    08/10/2021, 6:58 AM
    Undefined, in a string context, means empty - at least that’s what my logic says
  • x

    Xyo

    08/10/2021, 6:59 AM
    So you should pass NULL if that’s what you want
1...707172...392Latest