Skip to content

Commit ccd535a

Browse files
authored
doc: add deployment section to README (#145)
1 parent 4a22f51 commit ccd535a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ This package provides a Dart implementation of Firebase Cloud Functions. Only HT
4747
- [Test Lab](#test-lab)
4848
- [Parameters & Configuration](#parameters--configuration)
4949
- [Project Configuration](#project-configuration)
50+
- [Deployment](#deployment)
5051
- [Development](#development)
5152

5253
## Features
@@ -783,6 +784,13 @@ Your `firebase.json` must specify the Dart runtime:
783784
}
784785
```
785786

787+
## Deployment
788+
789+
For full deployment instructions, see the [Get started with Cloud Functions for Firebase (Dart)](https://firebase.google.com/docs/functions/start-dart) guide.
790+
791+
> [!NOTE]
792+
> Only HTTPS triggers (`onRequest`, `onCall`, `onCallWithData`) are supported in production. See the [status table](#status-experimental-v050) for other trigger types.
793+
786794
## Development
787795

788796
### Running the Emulator

0 commit comments

Comments
 (0)