ReadonlyqueryThe query that the live query is based on.
Use DQL (Ditto Query Language) instead. For more information see: https://ditto.com/link/dql-legacy-to-dql-adoption
ReadonlyqueryThe arguments belonging to query.
Use DQL (Ditto Query Language) instead. For more information see: https://ditto.com/link/dql-legacy-to-dql-adoption
The name of the collection that the live query is based on.
Use DQL (Ditto Query Language) instead. For more information see: https://ditto.com/link/dql-legacy-to-dql-adoption
Returns true if the receiver has been stopped.
Use DQL (Ditto Query Language) instead. For more information see: https://ditto.com/link/dql-legacy-to-dql-adoption
Stop the live query from delivering updates.
Use DQL (Ditto Query Language) instead. For more information see: https://ditto.com/link/dql-legacy-to-dql-adoption
The type that is returned when calling observeLocal() on a PendingCursorOperation object. It handles the logic for calling the event handler that is provided to
observeLocal()calls.Ditto will prevent the process from exiting as long as there are active live queries (not relevant when running in the browser).
LiveQueryobjects must be kept in scope for as long as you wish to have your event handler be called when there is an update to a document matching the query you provide. When you no longer want to receive updates about documents matching a query then you must call stop().Not available in React Native environments.
Deprecated
Use DQL (Ditto Query Language) instead. For more information see: https://ditto.com/link/dql-legacy-to-dql-adoption