pub fn collection(
    firestore: &Firestore,
    path: &str
) -> Result<CollectionReference, FirestoreError>