Future<void> deleteDocument(String path) => _client .deleteDocument(DeleteDocumentRequest()..name = path) .catchError(_handleError);