I had been using the Firebase legacy SDK to authorize users with my app.
I've switched to the new SDK, but I'm unable to see authenticated users' email in the console (https://console.firebase.google.com/project/firebase-culturecloud/authentication/users).
Is there a way to migrate the old authenticated users from having a facebook:3903483043
UID format to the new string-only UID format and assign them an email?
I'm using the firebase-ui-auth library for Android. Thanks!