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 Firebase CLI’s MCP server feature can optionally make use of Gemini in Firebase. "+
39
52
"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",
@@ -58,18 +71,17 @@ export const command = new Command("login")
58
71
}
59
72
}
60
73
74
+
// Special escape hatch for logging in when using firebase-tools as a module.
75
+
if(options.prototyperLogin){
76
+
returnauth.loginPrototyper();
77
+
}
78
+
61
79
// Default to using the authorization code flow when the end
62
80
// user is within a cloud-based environment, and therefore,
63
81
// the authorization callback couldn't redirect to localhost.
0 commit comments