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
"\n\nThere was an issue deploying your functions. Verify that your project has a Google App Engine instance setup at https://console.cloud.google.com/appengine and try again. If this issue persists, please contact support."
167
-
);
166
+
if(err?.status===404){
167
+
thrownewFirebaseError(
168
+
`Firebase Storage has not been set up on project '${clc.bold(
169
+
projectId
170
+
)}'. Go to https://console.firebase.google.com/project/${projectId}/storage and click 'Get Started' to set up Firebase Storage.`
171
+
);
172
+
}
173
+
logger.info("\n\nUnexpected error when fetching default storage bucket.");
0 commit comments