quickstart-js icon indicating copy to clipboard operation
quickstart-js copied to clipboard

Firebase Auth with Chrome Extensions page is out of date and unreliable

Open ctjlewis opened this issue 3 years ago • 1 comments

Re: auth/chromextension/README.md

This page needs:

  • its content_security_policy instructions updated for manifest v3
  • mention of setting the key attribute (public key is mentioned, key in manifest is not) (apparently, no longer supported?)

See also: #634.

ctjlewis avatar Dec 30 '21 02:12 ctjlewis

Just hit the same issue.

When following the instructions, on this page (https://github.com/firebase/quickstart-js/tree/master/auth/chromextension) you now get this error when you try to load your unpacked extension.

Error 'content_security_policy.extension_pages': Insecure CSP value "https://www.gstatic.com/" in directive 'script-src'. Could not load manifest.

joshdance avatar Sep 29 '22 21:09 joshdance