In the code sample the key nodes below Bookings are userIds(2 users) followed by a random push() key. I want to retrieve the data nested within both the userIds.
databaseReference = FirebaseDatabase.getInstance()
.getReference()
.child("Bookings")
.child(user.getUid());
The reference above only applies to the current logged in user