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