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
"The --runtime and --automatic-base-image-updates flags are only available when the 'abiu' experiment is enabled. To enable it, run 'firebase experiments:enable abiu'.",
53
+
"The --runtime flag is only available when the 'abiu' experiment is enabled. To enable it, run 'firebase experiments:enable abiu'.",
54
54
);
55
55
}
56
56
// When ABIU is allowed but the user doesn't provide a runtime string, we let doSetup handle it.
57
57
// We strictly check for string type to avoid boolean true (flag present without value) causing issues.
0 commit comments