[−][src]Function firestore_db_and_auth::documents::abs_to_rel
pub fn abs_to_rel(path: &str) -> &str
Converts an absolute path like "projects/{PROJECT_ID}/databases/(default)/documents/my_collection/document_id" into a relative document path like "my_collection/document_id"
This is usually used to get a suitable path for delete
.