I've noticed that following the login with google guide as mentioned in the firebase docs is significantly slower to load the actual google login page than using the login with google and then passing the creds to firebase

Notice that the firebase popup shows about:blank for a good 2 seconds.
I've made a minimal reproduction to demonstrate this, (i'm using angular but it doesn't matter)
https://itsteknas.github.io/fierbase-login-delay-reproduction/
This bug is for two reasons,
The problem is only worsened by the poor connectivity while using cellular network.
You can try the demo page with some network throttling and see it for yourself.
Sorry for the typo in the url 馃槄
@bojeil-google I noticed that you closed https://github.com/firebase/firebaseui-web/issues/436 earlier, but this issue still persists. I am seeing very slow (>3 second) about:blank times from New York City.
Hi all, thanks for the report! This is something definitely on our radar and we're planning to improve the startup speed. With that being said, it's definitely an involved project with many moving pieces.
In the meantime, the workaround suggested by @itsTeknas does work -- in that you can call Google Signin SDK and handle the flow manually. We know this is not ideal, but it should serve as a stop-gap measure.
Most helpful comment
Hi all, thanks for the report! This is something definitely on our radar and we're planning to improve the startup speed. With that being said, it's definitely an involved project with many moving pieces.
In the meantime, the workaround suggested by @itsTeknas does work -- in that you can call Google Signin SDK and handle the flow manually. We know this is not ideal, but it should serve as a stop-gap measure.