Using SMS authentication, the userCredential information returned by Google is:
UserCredential(additionalUserInfo: AdditionalUserInfo(isNewUser: false, profile: null, providerId: phone, username: null), credential: null, user: User(displayName: null, email: null, emailVerified: false, isAnonymous: false, metadata: UserMetadata(creationTime: 2021-12-30 12:22:29.000, lastSignInTime: 2022-01-18 09:01:18.000), phoneNumber: , photoURL: null, providerData, [UserInfo(displayName: null, email: null, phoneNumber: , photoURL: null, providerId: phone, uid: )],
What will I need to do to get some userinfo from Google (assuming that user has a Google account with that phone number)?