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 Auth SSR stops working after functions is added #528

Closed
hilmerx opened this issue May 19, 2021 · 2 comments
Closed

Firebase Auth SSR stops working after functions is added #528

hilmerx opened this issue May 19, 2021 · 2 comments

Comments

@hilmerx
Copy link

hilmerx commented May 19, 2021

I've set up a Nuxt-project with SSR and Firebase as in the guides in the documentation.

Everything's working just fine until I add Firebase Functions to my nuxt.config.js, at that point, no matter which settings I use in the Functions config, "onAuthStateChangedAction" is called client side with {authUser: null, claims: null } but is set correctly server side.

How do I work around this or fix this problem?

@tibs245
Copy link
Contributor

tibs245 commented May 20, 2021

The onAuthStateChangedAction is setted to null after refresh page ?

Supposed bug: #465

@lupas
Copy link
Member

lupas commented Jun 11, 2021

No answer from author for 3 weeks, closing the issue.

@lupas lupas closed this as completed Jun 11, 2021
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

3 participants