Skip to content

Commit aa1dc58

Browse files
committed
Make dartfunctions experiment public
This boolean flip will make it visible to CLI users when running `firebase experiments:list`.
1 parent ec56f9f commit aa1dc58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/experiments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const ALL_EXPERIMENTS = experiments({
8888
},
8989
dartfunctions: {
9090
shortDescription: "Enable Dart Functions.",
91-
public: false,
91+
public: true,
9292
default: false,
9393
},
9494

0 commit comments

Comments
 (0)