java - Firebase Database Query Data -
i new firebase database, making android app in structure of data :
{ posts={ -ks4aol7f-oktwd3m8ao={ address=address of mine, title=title , subcategory=e-waste, category=garbage, time=21-08-2017 07:54 p.m., mobilenumber=some mobile number, comment=hhdhdehsbsbhs, statustext=pending, imagepath=https://firebasestorage.googleapis.com/v0/b/path-to-image },... }
so in structure want query posts on basis of mobile number i.e., if mobile number matches current post retrieved else skip post , check next post , on...
wiki
Comments
Post a Comment