We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0dcc4 commit 5f9a910Copy full SHA for 5f9a910
2 files changed
templates/init/functions/dart/pubspec.yaml
@@ -7,7 +7,7 @@ environment:
7
sdk: ^3.9.0
8
9
dependencies:
10
- firebase_functions: ^0.5.0
+ firebase_functions: ^0.6.0
11
12
dev_dependencies:
13
build_runner: ^2.4.0
templates/init/functions/dart/server.dart
@@ -1,7 +1,7 @@
1
import 'package:firebase_functions/firebase_functions.dart';
2
3
-void main(List<String> args) {
4
- fireUp(args, (firebase) {
+void main() {
+ runFunctions((firebase) {
5
// https://firebase.google.com/docs/functions/http-events
6
firebase.https.onRequest(
name: 'helloWorld',
0 commit comments