David Airapetyan a403d27455 Update versions for Release 6.0.0 пре 7 година
..
Example a403d27455 Update versions for Release 6.0.0 пре 7 година
Protos 145c111d1a Minimum osx to 10.11 (#2680) пре 7 година
Source 47bd60a7d0 Move collectionGroup method out of the Internal category (#2802) пре 7 година
Swift 754d5c07d4 Expose Collection Group queries. (#2786) пре 7 година
core 7e6cc0ddd5 Revert "Move input validation logic from FIRFieldPath to model::FieldPath. (#2727)" (#2789) пре 7 година
fuzzing 26e358ffc2 Make fuzzing compile (#2693) пре 7 година
third_party f250f50c53 Update abseil to master@{2018-11-06} (#2058) пре 7 година
CHANGELOG.md 754d5c07d4 Expose Collection Group queries. (#2786) пре 7 година
CMakeLists.txt 762b0b5500 Reimplement util::MakeString(NSString*) (#1673) пре 7 година
README.md 76ba6e933e Allow GoogleServices-Info.plist to configure Firestore integration tests (#1822) пре 7 година
test.sh 5930ad2fee Factor out a universal build script (#884) пре 8 година

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.