You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[switchOn(condition, result, others)](./firestore_lite_pipelines.md#switchon_02b8caf)| Creates an expression that evaluates to the result corresponding to the first true condition. |
67
67
| <b>function(documentPath, ...)</b> |
68
68
|[documentId(documentPath)](./firestore_lite_pipelines.md#documentid_cef293c)| Creates an expression that returns the document ID from a path. |
69
+
|[parent\_2(documentPath)](./firestore_lite_pipelines.md#parent_2_cef293c)| Creates an expression that returns the parent document reference of a document reference. |
69
70
| <b>function(documentPathExpr, ...)</b> |
70
71
|[documentId(documentPathExpr)](./firestore_lite_pipelines.md#documentid_9a69021)| Creates an expression that returns the document ID from a path. |
72
+
|[parent\_2(documentPathExpr)](./firestore_lite_pipelines.md#parent_2_9a69021)| Creates an expression that returns the parent document reference of a document reference. |
71
73
| <b>function(element, ...)</b> |
72
74
|[notEqualAny(element, values)](./firestore_lite_pipelines.md#notequalany_c2c5bcb)| Creates an expression that checks if an expression is not equal to any of the provided values or expressions. |
73
75
|[notEqualAny(element, arrayExpression)](./firestore_lite_pipelines.md#notequalany_16b2851)| Creates an expression that checks if an expression is not equal to any of the provided values or expressions. |
| [switchOn(condition, result, others)](./firestore_pipelines.md#switchon_02b8caf) | Creates an expression that evaluates to the result corresponding to the first true condition. |
67
67
| <b>function(documentPath, ...)</b> |
68
68
| [documentId(documentPath)](./firestore_pipelines.md#documentid_cef293c) | Creates an expression that returns the document ID from a path. |
69
+
| [parent\_2(documentPath)](./firestore_pipelines.md#parent_2_cef293c) | Creates an expression that returns the parent document reference of a document reference. |
69
70
| <b>function(documentPathExpr, ...)</b> |
70
71
| [documentId(documentPathExpr)](./firestore_pipelines.md#documentid_9a69021) | Creates an expression that returns the document ID from a path. |
72
+
| [parent\_2(documentPathExpr)](./firestore_pipelines.md#parent_2_9a69021) | Creates an expression that returns the parent document reference of a document reference. |
71
73
| <b>function(element, ...)</b> |
72
74
| [notEqualAny(element, values)](./firestore_pipelines.md#notequalany_c2c5bcb) | Creates an expression that checks if an expression is not equal to any of the provided values or expressions. |
73
75
| [notEqualAny(element, arrayExpression)](./firestore_pipelines.md#notequalany_16b2851) | Creates an expression that checks if an expression is not equal to any of the provided values or expressions. |
0 commit comments