Returns the ID of the document.
static String getDocumentId(String documentPath) { return documentPath.split('/').last; }