I am new to android and just learned to create a users profile like facebook or instagram, currently I have registered four users with email/password and in database am storing
Firebase is NoSql. You need to retrieve all users from myRef.child("users") and apply iterator to get names of all users.
myRef.child("users")