firebase-module icon indicating copy to clipboard operation
firebase-module copied to clipboard

🔥 Easily integrate Firebase into your Nuxt project. 🔥

Results 44 firebase-module issues
Sort by recently updated
recently updated
newest added

### Version @nuxtjs/firebase: 7.5.0 firebase: 8.3.1 nuxt: 2.15.3 ### Reproduction Link N/A ### Steps to reproduce Navigate to your typescript definition file, ```@nuxtjs\firebase\types\index.d.ts``` and look for the ```ReadyFunction``` interface. ###...

bug
all-clear

Hi, I want clear all firestore data *(persisted)* on disconnection : ```js this.$fireModule .firestore() .clearPersistence() .catch((error) => { console.error( 'Thank you to delete app data manually", error.code ) }) ```...

feature

### Is your feature request related to a problem? Please describe. Twitter auth includes `additionalUserInfo` in the response from authentication. ```js var provider = new this.$fireModule.auth.TwitterAuthProvider() this.$fire.auth.signInWithPopup(provider) .then((result) => {...

feature

Is it possible to add [Google One-tap sign-up](https://developers.google.com/identity/one-tap/web) in Nuxt Firebase module? No SSR solution is implemented in [ firebaseui-web](https://github.com/firebase/firebaseui-web). Demo is [here](https://fir-ui-demo-84a6c.firebaseapp.com/).

feature
help wanted

### Version @nuxtjs/firebase: 5.0.7 @nuxtjs/pwa: 3.0.0-beta.20 firebase: 7.14.2 nuxt: 2.12.2 ### Reproduction Link https://github.com/m2sd/nuxt-firebase-pwa-test ### Steps to reproduce Follow the steps in the repo ### What is Expected? Firebase ssr...

bug

Hi all ! I'm experimenting an issue when calling a firebase functions in the Nuxt.js `asyncData` hook in my page (i also tried with the `fetch` hook and same error)....

### Issue details: When enabling the functions module in `firebase staging environment`, the following error appears in a trigger: console errors ```go FirebaseAuthError: There is no user record corresponding to...

### Version @nuxtjs/firebase: 8.2.2 firebase: 9.9.2 nuxt: 2.15.8 ### Reproduction Link [Repo with minimal code](https://github.com/tmountjr/firebase-test) ### Steps to reproduce Error occurs running `nuxt dev`. nuxt.config.js: ```javascript export default { ssr:...

Unfortunately I don't have time currently to reproduce and PR the bug, but I wanted to share to in case anyone runs into a similar issue. If you are using...

### Version @nuxtjs/firebase: 8.2.2 firebase: 8.10.1 nuxt: 2.15.8 ``` — npm i @nuxtjs/firebase npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While...