Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading