uidProviderFirst property

String uidProviderFirst
getter/setter pair

The first provider is the google uid which will be later overwritten by the second login The second provider is probably the phone login which will be later used as Unique IDentifier for firestore documents. The second provider can be always retrieved via (FirebaseAuth.instance.) currentUser.uid

Implementation

String uidProviderFirst = "";