Bug 1763138 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The first step in the setup flow is to show a button that opens FxA sign-up for sync (specifically: https://accounts.firefox.com/signin?context=fx_desktop_v3&entrypoint=fxa_app_menu&action=email&service=sync ).

This step shows up for users that are:

* Signed in and not verified
* Signed in previously but disconnected (d/t password reset or account disconnected)
* Not signed in

We should be able to use `UIState` from the sync APIs to determine this, cf. https://searchfox.org/mozilla-central/rev/fbb1e8462ad82b0e76b5c13dd0d6280cfb69e68d/browser/base/content/browser-sync.js#8

Back to Bug 1763138 Comment 0