From 43c58e7d502a8de6141a0d5c0cdc490186c20467 Mon Sep 17 00:00:00 2001 From: salqadri Date: Tue, 16 May 2017 12:34:25 -0700 Subject: Updating READMEs (#5) --- BuildFrameworks/README.md | 4 ++-- Firebase/Auth/README.md | 2 +- README.md | 11 +++++------ 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 -- cgit v1.2.3