Create query ( filter and sort ) in firebase database

A little hint how to do this:

  1. Get the data from firebase in the form of JSON. For this, consult this topic;

Problem with get tags and values with for loops, Firebase

  1. Use the dictionary to filter the data. For this, consult this topic;
1 Like