I am implementing Firebase Realtime Database for my app. The database contains a lot of entries that will continue to grow in the future. I want to retrieve only a specific child from the database, but i can't find any implementation for doing that. In Firebase too the implementation retrieves all the entries from the database. This will be cumbersome in the future. Is there any way to retrieve only specific entries or just one entry(depending upon the customisation)?
Please help.