We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(I can't make a reproduction yet, Nuxt crashes when loading nuxt-vuefire as a module, I'll open a separate issue)
nuxt-vuefire
/api/__session
'auth/plugin-mint-cookie.client
vuefire/packages/nuxt/src/module.ts
Lines 127 to 135 in 90be27a
When configuring the service account with an object instead of a file path, I should have the same behaviour.
The logic to handle the object as service account credentials is already handled here:
vuefire/packages/nuxt/src/runtime/admin/plugin.server.ts
Lines 53 to 58 in 86c276e
The handler and plugin are not registered even though the admin service account is configured
A PR is already ready for that: #1319
The text was updated successfully, but these errors were encountered:
I am also facing the same issue, on passing serviceAccount as
serviceAccount: { projectId: "...", privateKey: "..." clientEmail: "...", }
I still get the warning that SSR is enabled but admin config has not been passed. Any idea when the related PR can be merged ?
Sorry, something went wrong.
This should be fixed now but it's necessary to pass an environment variable See the changelog
No branches or pull requests
Reproduction
(I can't make a reproduction yet, Nuxt crashes when loading
nuxt-vuefire
as a module, I'll open a separate issue)Steps to reproduce the bug
/api/__session
and'auth/plugin-mint-cookie.client
not being registeredvuefire/packages/nuxt/src/module.ts
Lines 127 to 135 in 90be27a
Expected behavior
When configuring the service account with an object instead of a file path, I should have the same behaviour.
The logic to handle the object as service account credentials is already handled here:
vuefire/packages/nuxt/src/runtime/admin/plugin.server.ts
Lines 53 to 58 in 86c276e
Actual behavior
The handler and plugin are not registered even though the admin service account is configured
Additional information
A PR is already ready for that: #1319
The text was updated successfully, but these errors were encountered: