Here is the exported JSON from my Firebase Database:
{
"users" : {
"115737970494961514401" : {
"createDate" : {
"date" : 5,
"day" : 1,
"hours" : 15,
"minutes" : 19,
"month" : 11,
"seconds" : 32,
"time" : 1480972772566,
"timezoneOffset" : 360,
"year" : 116
},
"email" : "wang.zhexi@gmail.com",
"fName" : "Michael",
"lName" : "Wang"
}
}
}
Is there any way I can look for the specific key of 115737970494961514401
? I am developing in Android Studio.