lockbox-extension
lockbox-extension copied to clipboard
Integrate Datastore sync implementation to allow users to retrieve and store their entries in the cloud
In service to sync, integrate the core sync process from the datastore into the extension.
Todo
- [ ] make appropriate calls on DataStore instance to trigger a sync.
- on
syncmessage (manual trigger hook) - on
upgrade_accountmessage - on
add_item/update_item/remove_itemmessages - on a timer
- on
- [ ] report any sync errors to logs.
- [ ] record telemetry when the sync operation completes.
Related
- mozilla-lockbox/lockbox-datastore#50
- blocked by #487