Closed
Description
Calling:
(await _auth.currentUser())
.linkWithCredential(
EmailAuthProvider.getCredential(
email: email,
password: password,
))
on anonymous user case error:
PlatformException(ERROR_USER_TOKEN_EXPIRED, The user's credential is no longer valid. The user must sign in again., null)
flutter: 1.12.13+hotfix.9
firebase_core: ^0.4.4+3
firebase_auth: ^0.15.5+3
cloud_functions: ^0.4.2+3
cloud_firestore: ^0.13.4+2