aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-10-03 08:55:22 -0700
committerGravatar GitHub <noreply@github.com>2017-10-03 08:55:22 -0700
commitbde743ed25166a0b320ae157bfb1d68064f531c9 (patch)
tree4dd7525d9df32fa5dbdb721d4b0d4f9b87f5e884 /README.md
parentbf550507ffa8beee149383a5bf1e2363bccefbb4 (diff)
Release 4.3.0 (#327)
Initial release of Firestore at 0.8.0 Bump FirebaseCommunity to 0.1.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 780a73f..fbc7fa8 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# Firebase iOS Open Source Development [![Build Status](https://travis-ci.org/firebase/firebase-ios-sdk.svg?branch=master)](https://travis-ci.org/firebase/firebase-ios-sdk)
This repository contains a subset of the Firebase iOS SDK source. It currently
-includes FirebaseCore, FirebaseAuth, FirebaseDatabase, FirebaseMessaging, and
-FirebaseStorage.
+includes FirebaseCore, FirebaseAuth, FirebaseDatabase, FirebaseMessaging,
+FirebaseStorage, and Firestore.
Firebase is an app development platform with tools to help you build, grow and
monetize your app. More information about Firebase can be found at
@@ -18,6 +18,10 @@ unit tests, integration tests, and reference samples.
Note, however, that the resulting FirebaseCommunity pod is NOT interoperable with the
official Firebase release pods because of different pod dependency definitions.
+Firestore has not yet been integrated with FirebaseCommunity. In the
+meantime, it has a self contained Xcode project. See
+[Firestore/README.md](Firestore/README.md).
+
Instructions and a script to build replaceable static library
frameworks at [BuildFrameworks](BuildFrameworks). The
resulting frameworks can be used to replace frameworks delivered by CocoaPods or