Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase authentication with user's google account from V3 chrome extension #805

Open
slava709 opened this issue Jun 13, 2024 · 0 comments

Comments

@slava709
Copy link

I'm trying to build manifest V3 chrome extension with react js that authenticates to firebase with the user's google account and doing CRUD tasks. My app works perfectly as a web app, but I'm struggling with the authentication to firebase from the extension. I've seen many people online struggling with that too.
I have tried to do what the official documentation says, but i could not make the trick with the iframe work.
https://firebase.google.com/docs/auth/web/chrome-extension
The code sample in https://github.com/firebase/quickstart-js/tree/master/auth/chromextension is outdated from 2016, for manifest V2.
Can you please upload new code samples for manifest V3 that show how to authenticate with signInWithPopup and signInWithRedirect?

@slava709 slava709 changed the title Firebase authentication with user's google from V3 chrome extension Firebase authentication with user's google account from V3 chrome extension Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant