From d158e420c6fa04997ee3d2a6c44fd53a52883d81 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 4 May 2018 13:34:17 -0700 Subject: Add Development section to Functions README (#1230) --- Functions/README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'Functions') diff --git a/Functions/README.md b/Functions/README.md index f0b8d62..b35f507 100644 --- a/Functions/README.md +++ b/Functions/README.md @@ -1,10 +1,22 @@ # Cloud Functions for Firebase iOS SDK -## To run unit tests +## Development + +Follow the subsequent instructions to develop, debug, unit test, and +integration test FirebaseFunctions: + +``` +$ git clone git@github.com:firebase/firebase-ios-sdk.git +$ cd firebase-ios-sdk/Functions/Example +$ pod update +$ open FirebaseFunctions.xcworkspace +``` + +### Running Unit Tests Choose the FirebaseFunctions_Tests scheme and press Command-u. -## To run integration tests +## Running Integration Tests Before running the integration tests, you'll need to start a backend emulator for them to talk to. -- cgit v1.2.3