aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar salqadri <qadri@google.com>2017-05-16 12:34:25 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-05-16 12:34:25 -0700
commit43c58e7d502a8de6141a0d5c0cdc490186c20467 (patch)
treeb483256bd6feda661c70def096667c20af890e2b
parent30fd0d81df47a00eb015d5b9ca4f58811e513d88 (diff)
Updating READMEs (#5)
-rw-r--r--BuildFrameworks/README.md4
-rw-r--r--Firebase/Auth/README.md2
-rw-r--r--README.md11
3 files changed, 8 insertions, 9 deletions
diff --git a/BuildFrameworks/README.md b/BuildFrameworks/README.md
index 3eb3061..ed15f11 100644
--- a/BuildFrameworks/README.md
+++ b/BuildFrameworks/README.md
@@ -4,8 +4,8 @@
one or more of FirebaseAuth, FirebaseCore, FirebaseDatabase, FirebaseMessaging,
and FirebaseStorage.
-Frameworks built with this script can be used alongside the official Firebase
-CocoaPods and
+Frameworks built with this script can be used alongside the official [Firebase
+CocoaPods](https://cocoapods.org/pods/Firebase) and
[zip](https://firebase.google.com/docs/ios/setup#frameworks) distributions.
diff --git a/Firebase/Auth/README.md b/Firebase/Auth/README.md
index e766949..e1b23b0 100644
--- a/Firebase/Auth/README.md
+++ b/Firebase/Auth/README.md
@@ -3,6 +3,6 @@
Firebase Auth enables apps to easily support multiple authentication options
for their end users.
-Please visit [our developer site](https://developers.google.com/) for
+Please visit [our developer site](https://firebase.google.com/docs/auth/) for
integration instructions, documentation, support information, and terms of
service.
diff --git a/README.md b/README.md
index 35767b1..bff79c7 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,9 @@ This repository contains a subset of the Firebase iOS SDK source. It currently
includes FirebaseCore, FirebaseAuth, FirebaseDatabase, FirebaseMessaging, and
FirebaseStorage.
-The code here is only for those interested in the SDK internals or those
-interested in contributing to Firebase.
-
-General Firebase information can be found at [https://firebase.google.com](https://firebase.google.com).
+Firebase is an app develpment platform with tools to help you build, grow and
+monetize your app. More information about Firebase can be found at
+[https://firebase.google.com](https://firebase.google.com).
## Context
@@ -27,7 +26,7 @@ the zip distribution for development.
## Usage
```
-$ git clone git@github.com:FirebasePrivate/firebase-ios-sdk.git
+$ git clone git@github.com:firebase/firebase-ios-sdk.git
$ cd firebase-ios-sdk/Example
$ pod update
$ open Firebase.xcworkspace
@@ -82,7 +81,7 @@ The iOS Simulator cannot register for remote notifications, and will not receive
## Contributing
See [Contributing](CONTRIBUTING.md) for more information on contributing to the Firebase
-JavaScript SDK.
+iOS SDK.
## License