aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/README.md')
-rw-r--r--Firestore/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/Firestore/README.md b/Firestore/README.md
new file mode 100644
index 0000000..fbff1b1
--- /dev/null
+++ b/Firestore/README.md
@@ -0,0 +1,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).