Skip to content

Commit d7e061b

Browse files
committed
[realppl 5] map,string,timestamp and mirroring semantics
1 parent 60add0f commit d7e061b

File tree

13 files changed

+3796
-289
lines changed

13 files changed

+3796
-289
lines changed

FirebaseFirestoreInternal.podspec

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

135136
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)