|
|
hace 1 año | |
|---|---|---|
| .. | ||
| Backend | 92fde99ed5 Fix bug in genStream function impl. (#14379) | hace 1 año |
| Sources | ea8fb07f37 Refactored `FunctionsSerializer.encode(_:)` (#14524) | hace 1 año |
| Tests | 8710c7adb0 [Functions] Include endpoint and region details in error messages (#14487) | hace 1 año |
| CHANGELOG.md | dc7a1a374a [Functions] Update CHANGELOG.md for App Check fix (#14471) | hace 1 año |
| README.md | b7d6209e5c Require at least CocoaPods version 1.12.0 (#12322) | hace 2 años |
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