How to retreive data from child bucket in firebase?

I want a help to retreive data from child bucket from firebase db. Iam trying the to retreive the datas using a text box
This is my firebase structure

            > users
                > Firstuser
                  Number:1234567890
                  Password: abcd

Like so:

If you only want to return a single value, e.g. the number, then:

image