|
|
il y a 9 mois | |
|---|---|---|
| .. | ||
| Backend | baf60edf13 [Functions] Add support for streamable cloud functions (#14395) | il y a 1 an |
| Sources | 3c887c299c docs: fix `NSDictionary` in firebaseFunctions internal sources (#14965) | il y a 9 mois |
| Tests | 0004edbccb Refactored Number Coding in `FunctionsSerializer` (#14889) | il y a 10 mois |
| CHANGELOG.md | fff812f864 [Release] Update unreleased changelog entries to `11.12.0` (#14726) | il y a 11 mois |
| README.md | b7d6209e5c Require at least CocoaPods version 1.12.0 (#12322) | il y a 2 ans |
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