Skip to content

Tag: firebase

How to read data from firebase without specifying the child?

good day, here is my firebase real-time structure Here is my java code The above code is the sample of my class which i used in reading the logged user data with its firebaseUser.getUid() Question. How can i read all the User data all together without having to provide or use firebaseUser.getUid() in the chil…