Skip to content

Commit 2cb2f45

Browse files
committed
Implement and test realtime field and logical functions
1 parent 37e25e7 commit 2cb2f45

File tree

7 files changed

+1459
-118
lines changed

7 files changed

+1459
-118
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/pipeline/EvaluateResult.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ internal object EvaluateResultUnset : EvaluateResult(null) {
4848
override val isError: Boolean = false
4949
override val isUnset: Boolean = true
5050
}
51-

0 commit comments

Comments
 (0)