How to use multiple orederbychild in Firebase database?
问题 Hello Everyone I am using firebase database in my app. I am able to add data to database. Now I want to implement search in my app, I have two option for search users, 1)Blood Group 2)User Area I am able to get data as per blood group selection, but I don't know how can I fetch data with blood group and area. (Multiple Selection Filter) Now if the user will select 'A+' as blood group from spinner and select Area 'ABC' Then result would come as Users with 'A+' blood group and 'ABC' area.