How to get an child value from Firebase in android studio [duplicate]





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







1
















This question already has an answer here:




  • How to get specific pushedID in Firebase?

    2 answers




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.










share|improve this question















marked as duplicate by Alex Mamo android
Users with the  android badge can single-handedly close android questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 24 '18 at 11:10


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 4





    What did you try already? If nothing, then I highly recommend reading the Firebase documentation, and taking the codelab;

    – Frank van Puffelen
    Nov 24 '18 at 4:47




















1
















This question already has an answer here:




  • How to get specific pushedID in Firebase?

    2 answers




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.










share|improve this question















marked as duplicate by Alex Mamo android
Users with the  android badge can single-handedly close android questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 24 '18 at 11:10


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 4





    What did you try already? If nothing, then I highly recommend reading the Firebase documentation, and taking the codelab;

    – Frank van Puffelen
    Nov 24 '18 at 4:47
















1












1








1









This question already has an answer here:




  • How to get specific pushedID in Firebase?

    2 answers




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.










share|improve this question

















This question already has an answer here:




  • How to get specific pushedID in Firebase?

    2 answers




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.





This question already has an answer here:




  • How to get specific pushedID in Firebase?

    2 answers








android firebase-realtime-database






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 25 '18 at 10:09









Savin Sharma

446316




446316










asked Nov 24 '18 at 3:29









AkashAkash

61




61




marked as duplicate by Alex Mamo android
Users with the  android badge can single-handedly close android questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 24 '18 at 11:10


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by Alex Mamo android
Users with the  android badge can single-handedly close android questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 24 '18 at 11:10


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 4





    What did you try already? If nothing, then I highly recommend reading the Firebase documentation, and taking the codelab;

    – Frank van Puffelen
    Nov 24 '18 at 4:47
















  • 4





    What did you try already? If nothing, then I highly recommend reading the Firebase documentation, and taking the codelab;

    – Frank van Puffelen
    Nov 24 '18 at 4:47










4




4





What did you try already? If nothing, then I highly recommend reading the Firebase documentation, and taking the codelab;

– Frank van Puffelen
Nov 24 '18 at 4:47







What did you try already? If nothing, then I highly recommend reading the Firebase documentation, and taking the codelab;

– Frank van Puffelen
Nov 24 '18 at 4:47














1 Answer
1






active

oldest

votes


















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)






share|improve this answer






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    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)






    share|improve this answer




























      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)






      share|improve this answer


























        0












        0








        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)






        share|improve this answer













        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)







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 24 '18 at 5:48









        Mavee ShahMavee Shah

        226




        226

















            這個網誌中的熱門文章

            Academy of Television Arts & Sciences

            L'Équipe

            1995 France bombings