How can I delete a document in firebase if it has an automatic key?

1

It is to remove a document that has its automatic key

databaseReference.child(RecLicence).child("Carrera").child(databaseReference.push().getKey()).removeValue();
    
asked by Juan gonzalez 04.01.2019 в 03:44
source

0 answers