π¦Submit for review
As a developer, I want to submit a task for review when I'm done with the work.
Input parameters
taskIdcomment
How to call from app
import { httpsCallable } from 'firebase/functions';
await httpsCallable(functions, 'submitTaskForReview')({
taskId: task.id,
comment: comment
})Logic
Last updated