You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -783,6 +784,13 @@ Your `firebase.json` must specify the Dart runtime:
783
784
}
784
785
```
785
786
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.
0 commit comments