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
Copy file name to clipboardExpand all lines: src/commands/login.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ export const command = new Command("login")
35
35
36
36
if(!options.reauth){
37
37
utils.logBullet(
38
-
"Firebase CLI integrates with Gemini in Firebase API to provide assistant features. Learn more about using Gemini in Firebase and how we train our models: https://firebase.google.com/docs/gemini-in-firebase/set-up-gemini#required-permissions",
38
+
"The Firebase CLI’s MCP server feature can optionally make use of Gemini in Firebase. "+
39
+
"Learn more about Gemini in Firebase and how it uses your data: https://firebase.google.com/docs/gemini-in-firebase#how-gemini-in-firebase-uses-your-data",
39
40
);
40
41
constgeminiUsage=awaitconfirm("Enable Gemini in Firebase features?");
0 commit comments