pub fn firestore_document_from_serializable<S, T>( document_path: S, object: &T, ) -> Result<Document, FirestoreError>where S: AsRef<str>, T: Serialize,