Using live: true ,but cant Realtime queries
use this code , when a new record in database, it cant realtime queries the new record
but remove filter it can realtime queries
what's the problem:coding:
3 Replies
I would recommand that you use the filter
isSet: false
instead of equals: null
to see if that makes a differenceusing isSet: false ,but
When new data is added, live query still cannot be implemented.
Could you please check the network tab to make sure that the websocket is connected?