Gil bff62bd0c9 Isolate Firestore nanopb messages in C++ namespaces (#2046) пре 7 година
..
Example 44b02bdb57 Update versions for Release 5.12.0 пре 7 година
Protos bff62bd0c9 Isolate Firestore nanopb messages in C++ namespaces (#2046) пре 7 година
Source ea567dca47 Revert "gRPC: replace Objective-C implementation with the new C++ implementation (#1968)" (#2030) пре 7 година
Swift e963b606f3 Migrate contents of SwiftBuildTest to Firestore_SwiftTests_iOS (#1524) пре 7 година
core ea567dca47 Revert "gRPC: replace Objective-C implementation with the new C++ implementation (#1968)" (#2030) пре 7 година
fuzzing f7b5869df4 Adding Fuzzing Test Target LevelDb (#1685) пре 7 година
third_party 2813ac30da Fix analyze issues in Firestore (#1763) пре 7 година
CHANGELOG.md b2437b80f6 Partially revert "Update CHANGELOG for Firestore v0.14.0 (#2025)" (#2031) пре 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.