You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets say i have Planets scheme and i have two live quersies one with .limit() and one just returning it all.
How to catch live changing of particular query? is it possible?
And is it possible to change live query parameters when it is already .live()?
The text was updated successfully, but these errors were encountered:
and regarding the change, I think it's possible but you'd have to find how in the tests
p.s. even though the API of this module is pretty convenient, the module itself is unfortunately unsupported; also unfortunately, I cannot think of any alternatives
Lets say i have Planets scheme and i have two live quersies one with .limit() and one just returning it all.
How to catch live changing of particular query? is it possible?
And is it possible to change live query parameters when it is already .live()?
The text was updated successfully, but these errors were encountered: