📅  最后修改于: 2022-03-11 14:59:18.930000             🧑  作者: Mango
DocumentReference addedDocRef =database.collection("notes").document(mAuth.getUid())
.collection("mynotes")
.document();
log.i("Added document with ID: " + addedDocRef.getId());