You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: