Getting a specific category of data from firebase
问题 I would like to categorize data in a Firebase realtime database and then select them by category to be displayed in different sections of my android views but I don't know where to start. I am new to Firebase all I know is how to pull data, push to Firebase db and display all the data fetched. My question is: is this possible and if yes how can I go about it? Thanks 回答1: If you have this database: Animals randomId name: dog category: mammal randomId name: snake category: reptile randomId name