-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Auth Emulator Bug verification session on refresh page with getAccountInfo #465
Comments
Hmm that's interesting, I am running in the same issue, but not constantly. Even your workaround does not seem to work all the time for me... I think we should be able to fix this directly in the module and also add the FIREBASE_AUTH_EMULATOR_HOST env variable if emulators are activated, without you having to do it manually. I'll need to have a closer look at this sometime but won't have time this weekend - Let me know if you find out more! |
For my side, This problem is constantly and my solution work. I have test 2 days for see if I have the same problem of you but I don't have. If you have more information when my solution do not work for you and may be how I can reproduce it. I can search a global solution |
Any updates on this yet? |
I have the same issue...can not use the emulator at all with this bug |
I'm also having the same issue: nuxt.config.js workbox: { auth: { |
Published with v7.6.1 |
Version
Steps to reproduce
(In this exemple, my Auth emulator is http://localhost:9099)
What is Expected?
http://localhost:9099/www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo?key=xxxxxxxxxx
The request receive good response
https://www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo?key=xxxxxxxxxxxx
But fail because this session not exist on google server
So I am disconnected each time the page is refreshed
What is actually happening?
The firebase must to send the request getAccountInfo for valid the session to : http://localhost:9099/www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo
I don't know if this a Nuxt Firebase module bug, a firebase bug or me with a bad configuration. If it's firebase bug, I am sorry for this issue.
But for resolve this bug temporary I have edit the firebase auth service worker and it's work.
I edit : static/firebase-auth-sw.js
But I think It's not the better way for resolve it
The text was updated successfully, but these errors were encountered: