Multiple Filter on a stream
Is it impossible to have multiple eq on a stream request to fliter ? I tried to put the eqs before the ".stream" but that doesn't work and the stream is not even recognized anymore. Do we have to use only one eq after the stream ?

4 Replies
You don't identify what language you are using.
But if this is realtime there is only one filter allowed.
sorry it's dart with flutter. I use the dart to filter with wat i want. I hope that the will add more filter later on

I would not hold out hope for more filters being added. It has been that way a long time and Supabase seems to be moving away from Postgres_changes (which I assume that uses) to Broadcast from the DB which is faster and uses less DB resources.
I see