firebase / firebase-js-sdk

Firebase Javascript SDK
https://firebase.google.com/docs/web/setup
Other
4.83k stars 888 forks source link

How to disable reCAPTCHA while using firebase/auth #8084

Closed VladislavSorokin-sy closed 6 months ago

VladislavSorokin-sy commented 6 months ago

Operating System

Mac OS

Browser Version

Chrome 122

Firebase SDK Version

10.4.0

Firebase SDK Product:

Auth

Describe your project's tooling

Chrome extension, manifest v3, built with webpack

Describe the problem

firebase/auth is injecting recaptcha/enterprise.js which violates Google Store policy of not having remote code in the extension.

I am trying to understand how to build my extension without including reCAPTCHA and comply with store policies

Steps and code to reproduce issue

just build the app that uses firebase/auth and inspect compiled code, there will be reference to injected script

DellaBitta commented 6 months ago

Hi @VladislavSorokin-sy,

We have a separate SDK entry point for the use of Firebase Auth in Google web extensions. Please see the guide Authenticate with Firebase in a Chrome extension. I hope this helps!

google-oss-bot commented 6 months ago

Hey @VladislavSorokin-sy. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot commented 6 months ago

Since there haven't been any recent updates here, I am going to close this issue.

@VladislavSorokin-sy if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.