martinmoose
Results
1
issues of
martinmoose
In the following code it says that firestore does not exist for firebase? From board.service.ts ``` /** * Remove a specifc task from the board */ removeTask(boardId: string, task: Task)...