question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use in generate in nuxt.config.js

See original GitHub issue

Not a bug just a general question. How would we access firestore in the generate hook?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
requiem202commented, Sep 12, 2021

@Dwiga @luckstar77 Check your firebase version. Make sure you use this module with firebase SDK <= 8

1reaction
luckstar77commented, Sep 12, 2021

Thank you, I downgrade to v7.24.0, it is solved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The generate Property - Nuxt
Configure the generation of your universal web application to a static web application. ... When calling nuxt.generate() , Nuxt will use the configuration...
Read more >
API: The generate Property - Nuxt.js
The generate Property ... Configure the generation of your universal web application to a static web application. When launching nuxt generate or calling...
Read more >
Nuxt Generate Dynamic Routes Path - vue.js - Stack Overflow
You can use the routes key in nuxt.config.js to do this. The docs are here: https://nuxtjs.org/api/configuration-generate/#routes.
Read more >
How to set custom configuration for Nuxt.js generate task
We can fix this by creating a separate config for generate task. In the example bellow, you can see a newly created file...
Read more >
Add an option to nuxt generate to generate a single route #6138
Example use case: A static generated app with thousands of routes, ... You could already implement this yourself in nuxt.config.js as ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found