|
|
9 kuukautta sitten | |
|---|---|---|
| .. | ||
| Backend | baf60edf13 [Functions] Add support for streamable cloud functions (#14395) | 1 vuosi sitten |
| Sources | 3429c4dbba [Infra] Bump swift-tools-version in Package.swift (#15026) | 9 kuukautta sitten |
| Tests | 053e6fc3aa [Functions] Remove completion-handler based internal logic (#15058) | 9 kuukautta sitten |
| CHANGELOG.md | fff812f864 [Release] Update unreleased changelog entries to `11.12.0` (#14726) | 11 kuukautta sitten |
| README.md | b7d6209e5c Require at least CocoaPods version 1.12.0 (#12322) | 2 vuotta sitten |
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