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;
}
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.
marked as duplicate by Alex Mamo
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.
add a comment |
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.
marked as duplicate by Alex Mamo
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
add a comment |
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
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
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
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
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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)
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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)
add a comment |
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)
add a comment |
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)
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)
answered Nov 24 '18 at 5:48
Mavee ShahMavee Shah
226
226
add a comment |
add a comment |
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