From b7f35a0b76bb2afd682b806d2b25568611612557 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 20 Mar 2018 11:59:03 -0700 Subject: Initial Firebase Functions (#948) --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2d44c9a..c54cdec 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains a subset of the Firebase iOS SDK source. It currently includes FirebaseCore, FirebaseAuth, FirebaseDatabase, FirebaseFirestore, -FirebaseMessaging and FirebaseStorage. +FirebaseFunctions, FirebaseMessaging and FirebaseStorage. 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 @@ -15,9 +15,10 @@ the Firebase iOS SDK. If you're interested in using the Firebase iOS SDK, start ## Context This repo contains a fully functional development environment for FirebaseCore, -FirebaseAuth, FirebaseDatabase, FirebaseFirestore, FirebaseMessaging, and -FirebaseStorage. By following the usage instructions below, they can be -developed and debugged with unit tests, integration tests, and reference samples. +FirebaseAuth, FirebaseDatabase, FirebaseFirestore, FirebaseFunctions, +FirebaseMessaging, and FirebaseStorage. By following the usage instructions +below, they can be developed and debugged with unit tests, integration tests, +and reference samples. ## Source pod integration @@ -70,8 +71,9 @@ $ pod update $ open Firebase.xcworkspace ``` -Firestore has a self contained Xcode project. See -[Firestore/README.md](Firestore/README.md). +Firestore and Functions have self contained Xcode projects. See +[Firestore/README.md](Firestore/README.md) and +[Functions/README.md](Functions/README.md). ### Running Unit Tests -- cgit v1.2.3