Ben Hamilton (Ben Gertzfield) cb1f65dfcf Migrate Firebase off ObjC module @import statements (#992) vor 8 Jahren
..
Backend 03275eb249 Fix Functions copyrights (#951) vor 8 Jahren
Example cb1f65dfcf Migrate Firebase off ObjC module @import statements (#992) vor 8 Jahren
FirebaseFunctions e78f9d41d3 Fix some formatting issues. vor 8 Jahren
CHANGELOG.md b7f35a0b76 Initial Firebase Functions (#948) vor 8 Jahren
README.md b7f35a0b76 Initial Firebase Functions (#948) vor 8 Jahren

README.md

Cloud Functions for Firebase iOS SDK

To run unit tests

Choose the FirebaseFunctions_Tests scheme and press Command-u.

To run integration tests

Before running the integration tests, you'll need to start a backend emulator for them to talk to.

  1. Make sure you have npm installed.
  2. Run the backend startup script: 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.
  3. Create the workspace in Functions/Example with pod install.
  4. open FirebaseFunctions.xcworkspace
  5. Choose the FirebaseFunctions_IntegrationTests scheme and press Command-u.
  6. When you are finished, you can press any key to stop the backend.