Hhorn
12/11/2021, 1:36 PM.from('$tableName:id=eq.$currentId')
.stream()
.execute()
But if i want to do more complex queries like Array Contains, I get the initial value but i don't receive any realtime updates.
These command for example do not work:
.from('$tableName:id=eq.$documentId')
.stream()
.execute()
.from('$tableName?$arrayName=cs.{"$arrayValue"}')
.stream()
.execute()
I would be very glad for any help, as I would like to use the realtime feature also with queries like these.garyaustin
12/11/2021, 2:51 PMHhorn
12/11/2021, 2:55 PMgaryaustin
12/11/2021, 2:56 PMHhorn
12/11/2021, 3:18 PM