π£Cancel Task
As a task creator, I want to cancel a task
Input parameters
How to call from app
import { httpsCallable } from 'firebase/functions';
await httpsCallable(functions, 'cancelTask')({ taskId })Logic
Last updated