FirebaseUI-Android icon indicating copy to clipboard operation
FirebaseUI-Android copied to clipboard

Upgrade flow not working in 9.0.0

Open j-gironda opened this issue 7 months ago • 0 comments

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.

Downgrading to 8.0.2 solves it.

j-gironda avatar Apr 25 '25 08:04 j-gironda