Skip to content

Commit 569cc6f

Browse files
committed
[realppl 5] map,string,timestamp and mirroring semantics
1 parent b4e0740 commit 569cc6f

File tree

13 files changed

+3796
-294
lines changed

13 files changed

+3796
-294
lines changed

FirebaseFirestoreInternal.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
127127
'"${PODS_TARGET_SRCROOT}" ' +
128128
'"${PODS_TARGET_SRCROOT}/Firestore/Source/Public" ' +
129129
'"${PODS_ROOT}/nanopb" ' +
130-
'"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb"'
130+
'"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb" ' +
131+
'"$(PODS_ROOT)/gRPC-C++/third_party/re2"'
131132
}
132133

133134
s.compiler_flags = '$(inherited) -Wreorder -Werror=reorder -Wno-comma'

Firestore/Example/Firestore.xcodeproj/project.pbxproj

Lines changed: 56 additions & 0 deletions
Large diffs are not rendered by default.

Firestore/core/src/core/expressions_eval.cc

Lines changed: 1332 additions & 186 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)