I want to get User Data from firebase, I need the diplayName of a User. is there any way to get the displayName of a other user with his uid
diplayName
displayName
uid
You can't get the name, or any other details of a user that is not currently signed in using FirebaseAuth.
Instead, you must create a node in your database where you store the name, and any other necessary details by querying the database.