|
|
hai 9 meses | |
|---|---|---|
| .. | ||
| Backend | baf60edf13 [Functions] Add support for streamable cloud functions (#14395) | hai 1 ano |
| Sources | 053e6fc3aa [Functions] Remove completion-handler based internal logic (#15058) | hai 9 meses |
| Tests | 053e6fc3aa [Functions] Remove completion-handler based internal logic (#15058) | hai 9 meses |
| CHANGELOG.md | fff812f864 [Release] Update unreleased changelog entries to `11.12.0` (#14726) | hai 11 meses |
| README.md | b7d6209e5c Require at least CocoaPods version 1.12.0 (#12322) | %!s(int64=2) %!d(string=hai) anos |
Follow the subsequent instructions to develop, debug, unit test, and integration test FirebaseFunctions:
pod gen FirebaseFunctions.podspec --local-sources=./open gen/FirebaseFunctions/FirebaseFunctions.xcworkspaceOR these two commands can be combined with
pod gen FirebaseFunctions.podspec --auto-open --gen-directory="gen" --cleanYou're now in an Xcode workspace generate for building, debugging and testing the FirebaseFunctions CocoaPod.
Choose the FirebaseFunctions-Unit-unit 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