firebase-module
firebase-module copied to clipboard
🔥 Easily integrate Firebase into your Nuxt project. 🔥
bump protobufjs from 6.11.2 to 6.11.3 in /packages/demo/functions bump docus from 0.9.0 to 2.1.0 bump @commitlint/cli from 16.2.4 to 17.0.3 bump @nuxtjs/eslint-config-typescript from 8.0.0 to 10.0.0 bump @commitlint/config-conventional from 16.2.4...
**Auto logged out after email change** ### Version @nuxtjs/firebase: ^8.2.2 firebase: ^9.6.4 nuxt: ^2.15.8 ### Reproduction Link ### Steps to reproduce 1. Login with mobile 2. add/change email ### What...
I'm fighting with this weird, hard-to-reproduce bug where firebase gets into endless loop of a token refresh. ### Version @nuxtjs/firebase: 8.2.2 firebase: 9.6.7 nuxt: 2.15.8 ### Steps to reproduce It...
I've implemented SSR+Auth by following the [tutorial](https://firebase.nuxtjs.org/tutorials/ssr). After that, I've modified it to use Google Sign-in instead (with some help from [this article](https://dev.to/rodrigopv/nuxtjs-firebase-social-auth-3afe)). Very happy with those resources, documentation and...
Hello When I run the firebase module, I still find an error:[ FirebaseError: Installations: Missing App configuration value: "projectId" (installations/missing-app-config-values). ], It seems to have reappeared in a new version,My...
### Version @nuxtjs/firebase: 8.2.2 firebase: 9.6.10 nuxt: 2.15.8 ### What is Expected? i expect there is function to controle with messaging popup  ### What is actually happening? when i...
There were no docs about signing out with code example; now there is.
### Version @nuxtjs/firebase: 7.3.3 firebase: 8.0.1 nuxt: 2.14.12 ### Steps to reproduce Custom environment does not work as expected. I'm unable to build nuxt once and deploy to multiple environments....
In the documentation under: **auth** Initializes Firebase Authentication and makes it available via $fire.auth and $fireModule.auth. Type: Boolean or Object Default: false nuxt.config.js ``` auth: { persistence: 'local', // default...