v0.51.0 (2020-02-06)
FxA Client
What's New
FirefoxAccount
is now deprecated (#2454).- Introducing
FxAccountManager
which provides a higher-level interface to Firefox Accounts. Among other things, this class handles (and can recover from) authentication errors, exposes device-related account methods, handles its own keychain storage and fires observer notifications for important account events (#2454).
Breaking changes
FirefoxAccount.fromJSON(json: String)
has been replaced by theFirefoxAccount(fromJsonState: String)
constructor (#2454).