diff options
author | Paul Beusterien <paulbeusterien@google.com> | 2018-05-04 13:34:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 13:34:17 -0700 |
commit | d158e420c6fa04997ee3d2a6c44fd53a52883d81 (patch) | |
tree | 664694b82ea58925cd12af68eb5abf431ef7105a /Functions | |
parent | e12b997c6147663c692233a7e29a7433f4aee6f6 (diff) |
Add Development section to Functions README (#1230)
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/README.md | 16 |
1 files changed, 14 insertions, 2 deletions
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. |