Im using the fanatastic lib from @Alexander Stolte
I want to connect via realtime, but i need to set 2 different filters. How can i do this?
like
&
[B4X] Supabase - The Open Source Firebase alternative
Supabase is an open source Firebase alternative. It provides all the backend services you need to build a product. Supabase uses Postgres database with real-time capabilities. Basically, supabase provides an interface to manage postgres database that you can use to create table and insert, edit...
www.b4x.com
I want to connect via realtime, but i need to set 2 different filters. How can i do this?
like
B4X:
Realtime.BuildFilter("device_id",Realtime.Filter_Equal,MyID)
B4X:
Realtime.BuildFilter("sender_id",Realtime.Filter_NotEqual,MyID)