We have a data model designed in the Firebase for realtime questions and answers. However, we are unable to get realtime counts for a quiz. On researching we are able to see a method addValueEventListener() which refers the DataSnaphot object with the getChildrenCount() One of the reference links for the above info is: android firebase - get childrens count
However, we are unable to find these methods in the Flutter package for Firebase. The link to the package that we are using: https://pub.dartlang.org/packages/firebase_database
Please advise.Thanks.