aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-03-20 11:59:03 -0700
committerGravatar GitHub <noreply@github.com>2018-03-20 11:59:03 -0700
commitb7f35a0b76bb2afd682b806d2b25568611612557 (patch)
treedeb4577d3e54c3fafa2a065605faef228a186c1b /README.md
parent7e65885762757209e0e14ec28e99ec91380e9c2f (diff)
Initial Firebase Functions (#948)
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
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