You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upgrade flow from anonymous to a full account is broken in 9.0.0.
Even with the enableAnonymousUsersAutoUpgrade() option set, the flow always returns RESULT_OK and creates a new user with a new UID, instead of linking the account to the existing anonymous user UID.
It happens no matter how setCredentialManagerEnabled is configured.