I just tried this with SG 1.0.2 and the documents appear in the changes feed without a channels property
could you try the following curl command once you have pushed a document into your DB. curl -X GET http://myserver.com/mydb/_changes You should see something similar to the following, which includes the doc you pushed: {"results":[ {"seq":"6:3","id":"doc2","changes":[{"rev": "1-07d2e73d7e2408837dfcb4f7fe0cb94e"}]} ,{"seq":6,"id":"_user/GUEST","changes":[]} ], "last_seq":"6"} -- 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/1a9adfc8-b526-448a-a36a-ddc73a5f6a7c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
