addToLoginIds property

bool addToLoginIds
final

Whether to allow sign in from a new loginId after an update.

When a user's email address or phone number are updated and this is set to true the new value is added to the user's list of loginIds, and the user from that point on will be able to use it to sign in.

Implementation

final bool addToLoginIds;