loggin with realtime database Firebase ( Android Studio)
So I want to log in with a certain role where I try to login with the user role, but it always goes into the else condition, because snapshot.child(uid).child("role").equals("user") this condition always false. Is there any solution to this problem?…