It is to remove a document that has its automatic key
databaseReference.child(RecLicence).child("Carrera").child(databaseReference.push().getKey()).removeValue();
It is to remove a document that has its automatic key
databaseReference.child(RecLicence).child("Carrera").child(databaseReference.push().getKey()).removeValue();