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
angularfire2.ts is exporting:export * from './angularfire2/angularfire2';, but when I cloned the project, the real path locally was './src/angularfire2' and I had to change the folder name or the path to get the references to be recognized.
Is this the intended behavior? It might be nice to rename the folder or change the path?