Not providing admin sdk account during app hosting build. #1643
Unanswered
cinematicsthroughmyeyes
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting this error with app hosting.... [warn] [nuxt-vuefire module] You activated both SSR and auth but you are not providing a service account for the admin SDK. See https://vuefire.vuejs.org/nuxt/getting-started.html#configuring-the-admin-sdk.
Even though I've followed all the steps! I've created the service account.
in my .env I have GOOGLE_APPLICATION_CREDENTIALS=service-account.json
In the service-account.json file I've copied the contents of the file downloaded.
Everything works perfectly locally. It's only until I upload to app hosting. That I get the error message. " [warn] [nuxt-vuefire module] You activated both SSR and auth but you are not providing a service account for the admin SDK. See https://vuefire.vuejs.org/nuxt/getting-started.html#configuring-the-admin-sdk."
Beta Was this translation helpful? Give feedback.
All reactions