βReject developer (creator)
As a creator of a task, I want to reject an assigned developer.
Input parameters
taskIdrejectionReason
How to call from app
import { httpsCallable } from 'firebase/functions';
await httpsCallable(functions, 'rejectDeveloper')({
taskId: task.id,
rejectionReason: currentTask.rejectionReason,
})Logic
Last updated