Testing your functions in the emulator

How to trigger your HTTPS functions

Each HTTP function in your workspace can be accessed through an URL with the form:

http://localhost:5001/<your-firebase-project-name>/us-central1/<your-https-function>

To learn more, see Connect your app to the Cloud Functions Emulator in Firebase documentation.

Last updated