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

    la39zz

    08/03/2021, 1:32 AM
    hello
  • j

    jdgamble555

    08/03/2021, 2:26 AM
    Hi, does the realtime work with RLS? I know in the past it didn't...
    e
    • 2
    • 1
  • v

    viperfx

    08/03/2021, 2:51 AM
    Hi there. Is there somewhere I can see the feature parity with firebase?
    e
    • 2
    • 2
  • m

    magicquin

    08/03/2021, 2:54 AM
    ShowCase Comments
  • s

    Satoshi

    08/03/2021, 3:08 AM
    Hello Everyone
  • k

    kavinplays

    08/03/2021, 3:08 AM
    hello
  • e

    everconfusedguy

    08/03/2021, 3:13 AM
    firebase feature partiy
  • e

    everconfusedguy

    08/03/2021, 3:14 AM
    realtime rls
  • k

    kavinplays

    08/03/2021, 3:54 AM
    hello. i had a question about how the pricing works, i see that it is priced for storage so how does it scale? like does it scale infinitely or are there restrictions in docs somewhere that i missed
  • v

    Volkan

    08/03/2021, 4:30 AM
    @User got any screenshots of the job board ?šŸ˜
  • v

    Volkan

    08/03/2021, 4:30 AM
    i built https://pirate-moor-1615008438.versoly.page/ (might lag a little at the start, using Vue.dev) lol
  • n

    nooki

    08/03/2021, 6:10 AM
    Hi peoplešŸ‘‹ just wondering what would be the recommended approach to implement Select/Enum type in supabase tables. ThanksšŸ™šŸ¼
    u
    t
    • 3
    • 3
  • r

    rayyanmaq1

    08/03/2021, 6:46 AM
    How can we search through multiple columns in supabase??
  • k

    Khan W

    08/03/2021, 6:51 AM
    Just add more query params . Eg:
    Copy code
    javascript
    supabase.from(ā€œtodosā€).select().eq(ā€œisDoneā€, true).like(ā€œlabelā€,ā€Search termā€)
  • r

    rayyanmaq1

    08/03/2021, 6:58 AM
    Tried but if i use same kind of params it returns null data if i use different params it is giving error "operator does not exist"
  • r

    rayyanmaq1

    08/03/2021, 7:04 AM
    Got it You can use .or() to search through multiple column
  • h

    HoXsan

    08/03/2021, 7:48 AM
    Hi guys, is it possible to selfhost supabase with the Dashboard UI?
  • c

    copple

    08/03/2021, 7:52 AM
    wow this is nice @User. This is as far as I've come so far You can follow progress here: https://github.com/kiwicopple/open-source-job-board
  • c

    carlomigueldy.eth

    08/03/2021, 8:02 AM
    Hi! Do we have to satisfy
    SELECT
    RLS policy before a user can make an
    INSERT
    record?
  • x

    Xyo

    08/03/2021, 8:10 AM
    You do not but, iirc postgrest attempts to return on insert even with minimal return.
  • x

    Xyo

    08/03/2021, 8:10 AM
    Or something like that. I remember not being able to skip a return so I had to grant select permissions.
  • i

    IvanCodes

    08/03/2021, 8:15 AM
    Is this a hackathon entry?
  • y

    YelloJello

    08/03/2021, 8:30 AM
    has there been any guide been written on postgrest for supabase? I've been seeing a lot of people struggle with writing queries on the client sdk because the docs touch crud operations only and afaik you can still leverage the flexibility of postgrest even via the client side sdk to achieve most of the stuff that people wanna do
  • u

    ! goldberg

    08/03/2021, 8:37 AM
    man I love when I get dm’d by scammers on discord
  • u

    ! goldberg

    08/03/2021, 8:37 AM
    watch to see where requests go, and spam their database with others so they can’t even collect stuff lmao
  • u

    ! goldberg

    08/03/2021, 8:39 AM
    never realized how easy it is to spam a database, only reason I filter all of my data that gets submitted to my table.
  • g

    GandalfG

    08/03/2021, 8:48 AM
    Hey all! I am a React dev and im looking to switch from firebase to supabase. Any docs I can find how to interact with database on Supabase from a React app?
  • h

    HarryET

    08/03/2021, 9:04 AM
    Yes! There is a next.js example: https://supabase.io/docs/guides/with-nextjs and a react one: https://supabase.io/docs/guides/with-react
  • g

    GandalfG

    08/03/2021, 9:05 AM
    Thanks a lot!
  • h

    HarryET

    08/03/2021, 9:05 AM
    np
1...606162...392Latest