Skip to content

Commit 3e452b5

Browse files
committed
[realppl 5] map,string,timestamp and mirroring semantics
1 parent 7941d68 commit 3e452b5

File tree

13 files changed

+3796
-288
lines changed

13 files changed

+3796
-288
lines changed

FirebaseFirestoreInternal.podspec

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

134135
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.

0 commit comments

Comments
 (0)