1

I Want to find this Click here to see the photo

How should i find the child value which i have marked in the image.

Savin Sharma
  • 769
  • 5
  • 22
Akash
  • 11
  • 1
  • 4
    What did you try already? If nothing, then I highly recommend reading the [Firebase documentation](https://firebase.google.com/docs/database/android/start/), and taking the [codelab](https://codelabs.developers.google.com/codelabs/firebase-android/); – Frank van Puffelen Nov 24 '18 at 04:47

1 Answers1

0

that's a user id,you can usegetUid() to get that but as said in earlier comment share a snippet of your code for clarification as your question is quite ambigous. To get a child FirebaseDatbase.getInstance().getReference("Patient").child(Uid)

Mavee Shah
  • 32
  • 7