|
|
%!s(int64=7) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| Backend | ede57f84bb Add missing copyright and licenses (#1152) | %!s(int64=8) %!d(string=hai) anos |
| Example | b6b3597cc8 Remove a non-existent, unneeded file from xcode project (#1863) | %!s(int64=7) %!d(string=hai) anos |
| FirebaseFunctions | 0ea024468e Fix analyze of FirebaseFunctions (#1742) | %!s(int64=7) %!d(string=hai) anos |
| CHANGELOG.md | f08edbb85c Add a couple of new small Functions APIs. (#1434) | %!s(int64=7) %!d(string=hai) anos |
| README.md | d158e420c6 Add Development section to Functions README (#1230) | %!s(int64=8) %!d(string=hai) anos |
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
Choose the FirebaseFunctions_Tests scheme and press Command-u.
Before running the integration tests, you'll need to start a backend emulator for them to talk to.
npm installed.Backend/start.sh
It will use npm install to automatically download the libraries it needs
to run the Cloud Functions Local Emulator.
The first time you run it, it will ask for a projectId.
You can put anything you like. It will be ignored.pod install.open FirebaseFunctions.xcworkspace