awwx / meteor-offline-data

Meteor offline data project.
MIT License
111 stars 9 forks source link

Browser-only collection #15

Open awwx opened 11 years ago

awwx commented 11 years ago

A "null" connection could indicate a browser-only collection that is saved persistently in the browser, but not synced from a server collection.

(The collection would still need to have a name so that we'd know which collections were which in the database).