We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f539d4 commit 671f973Copy full SHA for 671f973
packages/nuxt/src/module.ts
@@ -155,8 +155,7 @@ export default defineNuxtModule<VueFireNuxtModuleOptions>({
155
},
156
})
157
158
- // if (nuxt.options.ssr && hasServiceAccount) {
159
- if (options.auth) {
+ if (options.auth && nuxt.options.ssr && hasServiceAccount) {
160
// Add the session handler than mints a cookie for the user
161
addServerHandler({
162
route: '/api/__session',
0 commit comments