firebase-module
firebase-module copied to clipboard
🔥 Easily integrate Firebase into your Nuxt project. 🔥
Hi all, First thanks for this great module. Im relying a lot on it since a while now 👌 Im using [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module) for logging my errors and I also activated...
* Closes #443 Merges the config found in `publicRuntimeConfig.firebase` with the module options, I don't think this works if you add the module to `buildModules`. Adds functionality to compile/generate templates...
Looks like the live demo is not working anymore at this link https://nuxt-fire-demo.herokuapp.com/
## Background With [Version 9 of the Firebase JS SDK](https://firebase.googleblog.com/2021/08/the-new-firebase-js-sdk-now-ga.html), Firebase is adopting a new module first format that is optimized for elimination of unused code. The result is a...
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...
### Version @nuxtjs/firebase: "^7.6.1" firebase: "^8.10.0" nuxt: "^2.15.7" Hi there, I was trying to build a nuxt app to deploy in vercel. However, I can't run the build due to...
Not a bug just a general question. How would we access `firestore `in the generate hook?
### Version @nuxtjs/firebase: 8.0.0 firebase: 9.2.0 nuxt: 2.15.7 ### Reproduction Link https://github.com/firebase/firebase-js-sdk/issues/5019 ### Steps to reproduce Upgrading to v8.0.0 on module and v9.x.x on Firebase SDK does not work on...
https://github.com/nuxt-community/firebase-module/blob/d58a1f41781d2ed316c6c7b05eb8d8543e1fe4a7/lib/plugins/services/auth.js#L66 using getIdTokenResult(true) in offline mode throw uncaught exception.
### Version @nuxtjs/firebase: 7.6.1 firebase: 8.6.5 nuxt: 2.15.8 ### Steps to reproduce 1. Clone this repo: https://github.com/lupas/nuxt-firebase-demo 2. In `nuxt.config.ts` file add `ssr: false` to the configs object 3. Run...