0
votes

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!

1

1 Answers

2
votes

Unfortunately there is not a way for you to populate the email field for your Facebook end-users in the Firebase console. However if you explicitly request the email scope when authenticating your end-user then the email will be returned in the provider data.