diff --git a/README.md b/README.md index c0a727e..a55f936 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ This package provides a Dart implementation of Firebase Cloud Functions. Only HT - [Test Lab](#test-lab) - [Parameters & Configuration](#parameters--configuration) - [Project Configuration](#project-configuration) +- [Deployment](#deployment) - [Development](#development) ## Features @@ -783,6 +784,13 @@ Your `firebase.json` must specify the Dart runtime: } ``` +## Deployment + +For full deployment instructions, see the [Get started with Cloud Functions for Firebase (Dart)](https://firebase.google.com/docs/functions/start-dart) guide. + +> [!NOTE] +> Only HTTPS triggers (`onRequest`, `onCall`, `onCallWithData`) are supported in production. See the [status table](#status-experimental-v050) for other trigger types. + ## Development ### Running the Emulator