v0.49.0 (2020-02-03)
FxA Client
What's New
- Android:
migrateFromSessionToken
now handles offline use cases. It caches the data the consumers
originally provide. If there's no network connectivity then the migration could be retried using the
newretryMigrateFromSessionToken
method. Consumers may also use theisInMigrationState
method
to check if there's a migration in progress. (#2492)
Breaking changes
migrateFromSessionToken
now returns a metrics JSON object if the migration succeeded.
(#2492)