Update To Authdata
When ever the auth data changes, say the user updated his name or accepted the email for verification I need to ask the user to re - login either by logging out and then logging in
Solution 1:
The fact that the user profile is only updated when the user signs in again is a known issue in versions 9.8 and 10 of the Firebase Authentication SDK for Android. It will be fixed in an upcoming version. Keep an eye out on the release notes of the SDK for details: https://firebase.google.com/support/releases
Until that time, the only workarounds are to stay on the version 9.6 of the Firebase Authentication SDK or to sign the user out and in again.
See:
Post a Comment for "Update To Authdata"