Paul Beusterien 56a529531b Disable pre-release repos (#1228) 8 лет назад
..
Example 56a529531b Disable pre-release repos (#1228) 8 лет назад
Protos 6dfc142888 Adjust serializer test to verify via libprotobuf. (#1039) 8 лет назад
Source e4384c3e80 Array Contains Queries (not added to public headers yet). (#1138) 8 лет назад
Swift 13e3667384 Add build infrastructure for Codable support in Firestore (#815) 8 лет назад
core bc6ebff07e Add key-only projections to immutable C++ maps (#1166) 8 лет назад
third_party 37ad4f6991 Make abseil-cpp buildable on master 8 лет назад
CHANGELOG.md 7dca635039 Move array transforms to internal header pending backend support. (#1139) 8 лет назад
CMakeLists.txt 6dfc142888 Adjust serializer test to verify via libprotobuf. (#1039) 8 лет назад
README.md 782408ff58 Fix a wrong file name in README.md (#493) 8 лет назад
test.sh 5930ad2fee Factor out a universal build script (#884) 8 лет назад

README.md

Usage

$ cd Firestore/Example
$ pod update
$ open Firestore.xcworkspace
Select the FirestoreTests scheme
⌘-u to build and run the unit tests

Building Protos

Typically you should not need to worrying about regenerating the Objective-C files from the .proto files. If you do, see instructions at Protos/README.md.