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
5.3.1 works fine for me with latest Angular 8.3.24 and Firebase 7.8.0.
When upgrading to 5.4.0 or 5.4.1, my angular app loads a blank page. There are no errors in the terminal/console (and logging auth state and user id is successful), but inspecting the page shows that the <app-root> element contains only an empty <router-outlet> and no other components were loaded...
Downgrading back to 5.3.1 works fine again...
Are there any breaking changes in 5.4.0 I should look for? Thanks!