|
|
11 ماه پیش | |
|---|---|---|
| .. | ||
| Backend | baf60edf13 [Functions] Add support for streamable cloud functions (#14395) | 1 سال پیش |
| Sources | 6efa753a5f Investigate swiftformat on Linux CI (#14808) | 11 ماه پیش |
| Tests | 42d402f90c [Infra] Fix Combine unit test (#14785) | 11 ماه پیش |
| CHANGELOG.md | fff812f864 [Release] Update unreleased changelog entries to `11.12.0` (#14726) | 11 ماه پیش |
| README.md | b7d6209e5c Require at least CocoaPods version 1.12.0 (#12322) | 2 سال پیش |
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