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 CloudSQL free trial has already been used on this project.",
47
54
);
48
55
utils.logLabeledError(
49
-
"data connect",
56
+
"dataconnect",
50
57
`You may create or use a paid CloudSQL instance by visiting https://console.cloud.google.com/sql/instances`,
51
58
);
52
59
return;
53
60
}
54
61
utils.logLabeledError(
55
-
"data connect",
62
+
"dataconnect",
56
63
`Project '${projectId} already has a CloudSQL instance '${instanceId}' on the Firebase Data Connect no-cost trial.`,
57
64
);
58
65
constreuseHint=
59
66
`To use a different database in the same instance, ${clc.bold(`change the ${clc.blue("instanceId")} to "${instanceId}"`)} and update ${clc.blue("location")} in `+
60
67
`${clc.green(configYamlPath)}.`;
61
68
62
-
utils.logLabeledError("data connect",reuseHint);
69
+
utils.logLabeledError("dataconnect",reuseHint);
63
70
utils.logLabeledError(
64
-
"data connect",
71
+
"dataconnect",
65
72
`Alternatively, you may create a new (paid) CloudSQL instance at https://console.cloud.google.com/sql/instances`,
0 commit comments