supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
661 stars 154 forks source link

It is not possible to put more than one filter in real-time stream #857

Closed codefutura closed 3 months ago

codefutura commented 3 months ago

error when trying to add more than one filter in real-time stream example: supabase .from('tbl') .stream(primaryKey: ['id']).gte('created_at', dateInit) .lte('created_at', dateEnd)

dshukertjr commented 3 months ago

Closing as duplicate of https://github.com/supabase/supabase-flutter/issues/338

codefutura commented 3 months ago

thank you