Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion FirebaseFirestoreInternal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
'"${PODS_TARGET_SRCROOT}" ' +
'"${PODS_TARGET_SRCROOT}/Firestore/Source/Public" ' +
'"${PODS_ROOT}/nanopb" ' +
'"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb"'
'"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb" ' +
'"$(PODS_ROOT)/gRPC-C++/third_party/re2"'
}

s.compiler_flags = '$(inherited) -Wreorder -Werror=reorder -Wno-comma'
Expand Down
56 changes: 56 additions & 0 deletions Firestore/Example/Firestore.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

1,518 changes: 1,332 additions & 186 deletions Firestore/core/src/core/expressions_eval.cc

Large diffs are not rendered by default.

Loading
Loading