πSubmit task
As a user, I want to submit a task to be assigned by the algorithm (Admin app for now)
Input parameters
How to call from app
import { httpsCallable } from 'firebase/functions';
await httpsCallable(functions, 'submitTask')({ taskId })Logic
Last updated
