On Apr 14, 2014, at 12:56 AM, Ami Kapadia <[email protected]> wrote:
> I want to use live queries and on dbChange, I will update my associated UI > list. How can I do this? Live queries are part of the native API, not the REST API. The equivalent is to read the _changes feed in longpoll or continuous mode, and re-run the query when new changes arrive. (Maybe some of the JS wrapper libraries have higher-level support for this, something like CBLLiveQuery? I'm not familiar with them.) --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/D66FD16A-7188-4AB4-BD94-F50945425630%40mooseyard.com. For more options, visit https://groups.google.com/d/optout.
