aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/README.md
blob: fbff1b1e6ff6f584bae931a42f7f2d9d7a027db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Usage

```
$ cd Firestore/Example
$ pod update
$ open Firebase.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](Protos/README.md).