Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有同步功能的 PouchDB 5.3 和 Couchbase Sync Gateway 1.2。如果我使用有权访问 2500 个文档的用户登录,它会将它们同步到我的设备,但是,如果我注销并使用只能访问 1 个文档的其他用户登录,PouchDB 不会识别此更改,并保留我设备上的数据。
如果 PouchDB 能够同步双方的更改,应该能够识别用户何时更改?
它似乎不支持此功能。
在这里回答:
https://github.com/pouchdb/pouchdb/issues/4976