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...

you can refer this post , this





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -