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
Installed latest firebase in our app (Angular 2+) to complement our backend.
VScode now auto imports "undefined" from: import undefined = require('firebase/empty-import');
This just gives a bad developer experience.
We have a pending stack overflow question to just blacklist a single file as we havent needed to do this before. Please just remove this and dont export things like "undefined".