Paul Beusterien ac3654572e Update versions for Release 5.4.0 7 years ago
..
Example ac3654572e Update versions for Release 5.4.0 7 years ago
Protos 3722deff12 Install protobuf during CMake build (#1460) 7 years ago
Source ae326815e4 Improves "Could not reach Firestore backend." log message. (#1455) 7 years ago
Swift 13e3667384 Add build infrastructure for Codable support in Firestore (#815) 8 years ago
core d03050653f Install googletest (#1461) 7 years ago
third_party d03050653f Install googletest (#1461) 7 years ago
CHANGELOG.md d6982830a5 Update CHANGELOG for Firestore v0.12.5 (#1463) 7 years ago
CMakeLists.txt 3722deff12 Install protobuf during CMake build (#1460) 7 years ago
README.md 782408ff58 Fix a wrong file name in README.md (#493) 8 years ago
test.sh 5930ad2fee Factor out a universal build script (#884) 8 years ago

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.