Support |storage.sync| API
Categories
(GeckoView :: Extensions, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: agi, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
Talking with :snorp we think we might be get away with just exposing get
and set
to embedders.
Reporter | ||
Comment 2•5 years ago
•
|
||
Found this comment by Lina which looks relevant https://bugzilla.mozilla.org/show_bug.cgi?id=1626506#c4
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
This one seems to be supported already according to "GeckoView WebExtension API needs" document
Reporter | ||
Comment 4•3 years ago
|
||
I think the doc is not accurate, we don't support storage.sync
, at least not across devices (it's basically a local-only implementation right now).
Comment 5•3 years ago
|
||
This lack of functionality is also blocking the removal of the old backend, see bug 1637465 for details. It would be nice if this were to be resolved.
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•1 year ago
|
||
I think the priority/rank of this issue should be increased to reflect that more developers will soon be able to publish extensions on Android: https://blog.mozilla.org/addons/2023/08/10/prepare-your-firefox-desktop-extension-for-the-upcoming-android-release/
Comment 7•1 year ago
|
||
I would like to see the priority increased, we would like to decommission some old code (Bug 1637465), and this is a blocker.
(In reply to Simeon Vincent [:dotproto] from comment #6)
I think the priority/rank of this issue should be increased to reflect that more developers will soon be able to publish extensions on Android: https://blog.mozilla.org/addons/2023/08/10/prepare-your-firefox-desktop-extension-for-the-upcoming-android-release/
while this is a great argument, i can't avoid to point out that the star of Firefox extensions: uBlockOrigin, was always allow-listed on android and always made use (or is still broken by) this feature.
Comment 9•1 year ago
|
||
(In reply to Mathieu Leplatre [:leplatrem] from comment #7)
I would like to see the priority increased, we would like to decommission some old code (Bug 1637465), and this is a blocker.
Thanks. I will ask the GeckoView team.
Comment 11•1 year ago
|
||
Does this bug cover synchronizing stored data across mobile and desktop devices also? Now I'm trying to develop an addon communicating between android and desktop based on storage.sync so this bug looks to be a blocker.
Comment 12•10 months ago
|
||
Comment 13•3 months ago
|
||
Does any progress here? I really don't understand what I need to spend so much time after install Firefox on a new device. Please be advised this feature is significant because users see that after login their data from extensions not synced, and this is a terrible experience. :(
Description
•