Open
Description
Operating System
Web
Browser Version
Any
Firebase SDK Version
9.20
Firebase SDK Product:
AppCheck
Describe your project's tooling
Nuxt with Nuxt Vuefire module
Describe the problem
The tag <script>
appended to <head>
by this or this functions is creating Core Web Vitals issues about Total Blocking Time.
Should be there a defer
attribute to guarantee no blocking.
As you can see here, it is blocking for about 3 seconds.
Steps and code to reproduce issue
Just use AppCheck and initialize it with Recaptcha Enterprise provider.