|
|
1 yıl önce | |
|---|---|---|
| .. | ||
| Backend | ff3acfb6c1 Update functions sample to latest sdk version and add streaming samples. (#14357) | 1 yıl önce |
| Sources | 56d4c18387 Refactored `Functions`’s Result Handling (#14086) | 1 yıl önce |
| Tests | 15caf49aad Switched `HTTPSCallable` to Async Method (#14085) | 1 yıl önce |
| CHANGELOG.md | 0cbe4f2920 Firebase App Check One-time Use Tokens for Callable Functions SDK (#11270) | 2 yıl önce |
| README.md | b7d6209e5c Require at least CocoaPods version 1.12.0 (#12322) | 2 yıl önce |
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