Ryan Wilson d656538059 Update versions for Release 5.18.0 %!s(int64=7) %!d(string=hai) anos
..
Example d656538059 Update versions for Release 5.18.0 %!s(int64=7) %!d(string=hai) anos
Protos 6af931d4e8 Migrate Firestore to the v1 protocol (#2200) %!s(int64=7) %!d(string=hai) anos
Source 7cc0a9bc98 C++ migration: port `FSTDocumentViewChangeSet` (#2406) %!s(int64=7) %!d(string=hai) anos
Swift c8899e294d Firebase In-app messaging callbacks (#2354) %!s(int64=7) %!d(string=hai) anos
core 7cc0a9bc98 C++ migration: port `FSTDocumentViewChangeSet` (#2406) %!s(int64=7) %!d(string=hai) anos
fuzzing f7b5869df4 Adding Fuzzing Test Target LevelDb (#1685) %!s(int64=7) %!d(string=hai) anos
third_party f250f50c53 Update abseil to master@{2018-11-06} (#2058) %!s(int64=7) %!d(string=hai) anos
CHANGELOG.md 06d9e6dec3 Update CHANGELOG for Firestore v1.0.1 (#2323) %!s(int64=7) %!d(string=hai) anos
CMakeLists.txt 762b0b5500 Reimplement util::MakeString(NSString*) (#1673) %!s(int64=7) %!d(string=hai) anos
README.md 76ba6e933e Allow GoogleServices-Info.plist to configure Firestore integration tests (#1822) %!s(int64=7) %!d(string=hai) anos
test.sh 5930ad2fee Factor out a universal build script (#884) %!s(int64=8) %!d(string=hai) anos

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.