How do I get the photo and name of a registered user with email?

Hello, I’m making an application with Firebase Authentication where the user can register with email and with his Google account, but how can I get the name and photo of a registered user by email and then show it in the application.

You can get user information like name, email and profile image after login success through login success block.

1 Like

Only if you will login/sign up using Google.
But if you will login/sign up using other providers you will only get that information if you have manually uploaded.

1 Like

Yes, i know, thats the user want.

See.

Sure.My above post was just a suggestion.

1 Like