delight-im / Android-DDP

[UNMAINTAINED] Meteor's Distributed Data Protocol (DDP) for clients on Android
Apache License 2.0
274 stars 54 forks source link

How to get collections without database #142

Closed jahirfiquitiva closed 6 years ago

ocram commented 6 years ago

If you really want to do this, the README shows how to do it:

You subscribe to collections and then listen for data updates in onDataAdded, onDataChanged and onDataRemoved.