how to access child of child node from firebase in a different module of android studio
Ok, so I have two modules in my app. One is for users, the other is for admin. the admin has to basically approve the user's registration when a user registers themselves, for this I made a simple logic when…