pub async fn set_doc(
    doc: &DocumentReference,
    data: JsValue
) -> Result<(), JsValue>
Expand description