Gil e49063b61d Update CHANGELOG for Firestore v0.16.1 (#2164) hace 7 años
..
Example 4822238f06 Update versions for Release 5.15.0 hace 7 años
Protos 8b1efabd82 gRPC: replace Objective-C implementation with the new C++ implementation (#2068) hace 7 años
Source 305f87215e Wire together LRU GC (#1905) hace 7 años
Swift 305f87215e Wire together LRU GC (#1905) hace 7 años
core 2c9f881b67 Save schema version on downgrade, add test to verify (#2153) hace 7 años
etc 8b1efabd82 gRPC: replace Objective-C implementation with the new C++ implementation (#2068) hace 7 años
fuzzing f7b5869df4 Adding Fuzzing Test Target LevelDb (#1685) hace 7 años
third_party f250f50c53 Update abseil to master@{2018-11-06} (#2058) hace 7 años
CHANGELOG.md e49063b61d Update CHANGELOG for Firestore v0.16.1 (#2164) hace 7 años
CMakeLists.txt 762b0b5500 Reimplement util::MakeString(NSString*) (#1673) hace 7 años
README.md 76ba6e933e Allow GoogleServices-Info.plist to configure Firestore integration tests (#1822) hace 7 años
test.sh 5930ad2fee Factor out a universal build script (#884) hace 8 años

README.md

Usage

  • Set up a workspace via CocoaPods

    $ cd Firestore/Example
    $ pod update
    $ open Firestore.xcworkspace
    
  • Select the Firestore_Tests_iOS scheme

  • ⌘-u to build and run the unit tests

Running Integration Tests

  • Set up a GoogleServices-Info.plist file in Firestore/Example/App.
  • In Xcode select the Firestore_IntegrationTests_iOS scheme
  • ⌘-u to build and run the integration 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.