Michael Lehenbauer 7b960fdf59 Temporarily disable currently-over-aggressive assert for duplicate FSTDispatchQueue delayed callbacks. (#922) 8 лет назад
..
Example d5afb9bbf3 Version bumps for 4.11.0 (#919) 8 лет назад
Protos fe19fca0e5 Serialize and deserialize null (#783) 8 лет назад
Source 7b960fdf59 Temporarily disable currently-over-aggressive assert for duplicate FSTDispatchQueue delayed callbacks. (#922) 8 лет назад
Swift 13e3667384 Add build infrastructure for Codable support in Firestore (#815) 8 лет назад
core 9e815620e9 grand PR to port the remaining paths (FieldPath and ResourcePath). (#865) 8 лет назад
third_party ef59c11f82 Merge branch 'abseil-mirror' into merge 8 лет назад
CHANGELOG.md a2b8b960ba Add a CHANGELOG entry for fixed absl symbols (#918) 8 лет назад
CMakeLists.txt fe19fca0e5 Serialize and deserialize null (#783) 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.