I'm not using any cookie restrictions in Chrome since all cookies are allowed based on settings here: chrome://settings/cookies?search=cookies
Also, I have disabled Safe Browsing Enhanced protection and set it to No protection (not recommended) here: chrome://settings/security?search=cookies, but iframe.js is still being loaded in mobile mode.
I am using fire...@9.0.0-beta.8 library with version 9 modular (not compat) code snippets here: https://firebase.google.com/docs/web/modular-upgrade.
Any idea or clue about getting rid of this huge iframe.js file would be appreciated. Even though the library is BETA, everything else works as expected with tree-shaking that considerably reduced client side package size.
You can test with Lighthouse on my personal Website here:
https://guydumais.digital
Thanks in advance, see You!