Use in generate in nuxt.config.js
See original GitHub issueNot a bug just a general question. How would we access firestore
in the generate hook?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Dwiga @luckstar77 Check your firebase version. Make sure you use this module with firebase SDK <= 8
Thank you, I downgrade to v7.24.0, it is solved.