Open
Bug 1908784
Opened 7 months ago
Updated 7 months ago
Remove FenixAccountManager and use SyncStore
Categories
(Fenix :: Accounts and Sync, task, P3)
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: jonalmeida, Assigned: gl)
References
(Depends on 1 open bug)
Details
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•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee: nobody → gl
Severity: -- → N/A
Status: NEW → ASSIGNED
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•