olsh / Feedly-Notifier

Google Chrome, Firefox, Opera and Microsoft Edge extension for reading news from RSS aggregator Feedly
http://olsh.github.io/Feedly-Notifier/
Mozilla Public License 2.0
273 stars 38 forks source link

Sync settings #136

Closed ThiefMaster closed 5 years ago

ThiefMaster commented 6 years ago

At least in Firefox, the settings of the extension are not synced via Firefox Sync. It would be nice if that changed!

akaSybe commented 5 years ago

Current version uses Local Storage for Firefox.

This storage doesn't support sync between devices: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local

We need to investigate if Firefox last versions support sync storage

marczellm commented 5 years ago

They do.