shouldUpgradeAnonymous property

bool shouldUpgradeAnonymous
inherited

Indicates whether the user should be upgraded and new credential should be linked.

Implementation

bool get shouldUpgradeAnonymous => auth.currentUser?.isAnonymous ?? false;