Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Firestore taskDependencies collection data model

{
  "dependsOn" : "Id of the task which the task is dependent on.",
  "taskId" : "Id of the task which has dependencies."
}

Example

{
  "dependsOn" : "bIkwsOXXWNOjU2bGQ64Y",
  "taskId" : "P3PWLt7J4d0zcWpxNQzb"
}