Closed
Bug 1908784
Opened 1 year ago
Closed 5 months ago
Remove FenixAccountManager and use SyncStore
Categories
(Firefox for Android :: Accounts and Sync, task, P3)
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: jonalmeida, Assigned: gl)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
The FenixAccountManager is a wrapper that does a lot of what we have in the SyncStore. We don't want consumers to use this because it gets harder for us to change the FxaAccountManager API as well.
It is also buggy because it doesn't observe changes to the account, but instead evaluates it once which can lead to side-effects.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → gl
Severity: -- → N/A
Status: NEW → ASSIGNED
Priority: -- → P3
| Assignee | ||
Comment 1•6 months ago
|
||
Updated•5 months ago
|
Attachment #9533139 -
Attachment description: WIP: Bug 1908784 - Remove unused `FenixAccountManager` → Bug 1908784 - Remove unused `FenixAccountManager`
Pushed by gluong@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/10f376fd4ab6
https://hg.mozilla.org/integration/autoland/rev/bc13174e61d0
Remove unused `FenixAccountManager` r=android-reviewers,jonalmeida
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•