def update_doc()

in functions/orchestration-helpers/scheduling/utilities/firestore_crud.py [0:0]


def update_doc(db,data):
    db.collection(WORKFLOWS_COLLECTION_DEFAULT_NAME).document(args.workflow_name).update(data)
    print_documents(db)