def create_doc()

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


def create_doc(db, data):
    db.collection(WORKFLOWS_COLLECTION_DEFAULT_NAME).document(args.workflow_name).set(data)
    print_documents(db)